44 lines
1.2 KiB
JSON
44 lines
1.2 KiB
JSON
|
{
|
||
|
"name": "ts-module-default",
|
||
|
"version": "0.1.0",
|
||
|
"description": "",
|
||
|
"main": "./lib/cjs/index.js",
|
||
|
"module": "./lib/esm/index.js",
|
||
|
"files": [
|
||
|
"lib/"
|
||
|
],
|
||
|
"scripts": {
|
||
|
"build": "rm -rf ./lib && tsc -p tsconfig.json && tsc -p tsconfig-cjs.json",
|
||
|
"hint": "npx jshint lib",
|
||
|
"prepublishOnly": "npm run build && npm test",
|
||
|
"preversion": "jest",
|
||
|
"postpublish": "git push && git push --tags",
|
||
|
"test": "jest",
|
||
|
"ci": "npm run build && npm test"
|
||
|
},
|
||
|
"author": {
|
||
|
"name": "Eric Woodward",
|
||
|
"email": "hey@itsericwoodward.com",
|
||
|
"url": "https://www.itsericwoodward.com"
|
||
|
},
|
||
|
"license": "MIT",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://git.itsericwoodward.com/eric/ts-npm-module-default.git"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://git.itsericwoodward.com/eric/ts-npm-module-default/issues"
|
||
|
},
|
||
|
"homepage": "https://git.itsericwoodward.com/eric/ts-npm-module-default#readme",
|
||
|
"keywords": [],
|
||
|
"devDependencies": {
|
||
|
"@tsconfig/node20": "^20.1.2",
|
||
|
"@types/jest": "^29.5.11",
|
||
|
"@types/node": "^20.11.7",
|
||
|
"jest": "^29.7.0",
|
||
|
"jshint": "^2.13.6",
|
||
|
"ts-jest": "^29.1.2",
|
||
|
"typescript": "^5.3.3"
|
||
|
}
|
||
|
}
|