33 lines
744 B
JSON
33 lines
744 B
JSON
{
|
|
"name": "typescript-skeleton",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"description": "",
|
|
"license": "Apache-2.0",
|
|
"keywords": [],
|
|
"scripts": {
|
|
"lint": "gts lint",
|
|
"clean": "gts clean",
|
|
"fix": "gts fix",
|
|
"build:lib1": "ts-node ./scripts/build.ts lib1",
|
|
"build:lib2": "ts-node ./scripts/build.ts lib2"
|
|
},
|
|
"peerDependencies": {
|
|
"lodash": "^4.17.20",
|
|
"rxjs": "^6.6.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/fs-extra": "^9.0.4",
|
|
"@types/lodash": "^4.14.165",
|
|
"@types/node": "^14.11.2",
|
|
"cross-env": "^7.0.2",
|
|
"fs-extra": "^9.0.1",
|
|
"gts": "^3.0.2",
|
|
"husky": "^4.3.0",
|
|
"npm-run-all": "^4.1.5",
|
|
"rimraf": "^3.0.2",
|
|
"ts-node": "^9.0.0",
|
|
"typescript": "^4.0.3"
|
|
}
|
|
}
|