-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
39 lines (39 loc) · 1.09 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "nt-addon-sms",
"version": "3.0.0",
"description": "The sms addon for notadd application.",
"scripts": {
"start": "ts-node -r tsconfig-paths/register starter/main.ts",
"start:watch": "nodemon",
"debug": "node --inspect-brk -r ts-node/register starter/main.ts",
"debug:watch": "nodemon --config nodemon-debug.json",
"check": "tslint -p tsconfig.json -c tslint.json",
"fix": "tslint -p tsconfig.json -c tslint.json --fix",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"author": "dzzzzzy",
"license": "Apache-2.0",
"dependencies": {
"@nestjs/common": "5.7.4",
"@nestjs/core": "5.7.4",
"@nestjs/typeorm": "5.3.0",
"chance": "1.0.18",
"moment": "2.24.0",
"pg": "7.11.0",
"reflect-metadata": "0.1.12",
"rxjs": "6.5.2",
"typeorm": "0.2.17",
"snyk": "1.165.0"
},
"devDependencies": {
"@types/chance": "1.0.4",
"@types/node": "10.12.18",
"nodemon": "1.19.0",
"ts-node": "7.0.1",
"tsconfig-paths": "3.8.0",
"tslint": "5.12.0",
"typescript": "3.4.5"
},
"snyk": true
}