33 lines
745 B
JSON
33 lines
745 B
JSON
{
|
|
"name": "notification",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"description": "",
|
|
"license": "Apache-2.0",
|
|
"keywords": [],
|
|
"scripts": {
|
|
"lint": "gts lint",
|
|
"clean": "gts clean",
|
|
"fix": "gts fix",
|
|
"build:notification-electron": "ts-node ./scripts/build.ts notification-electron"
|
|
},
|
|
"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",
|
|
"electron": "^11.0.3",
|
|
"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"
|
|
}
|
|
}
|