-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 960 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 960 Bytes
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
{
"name": "notes",
"version": "1.0.0",
"description": "Radeny notes",
"main": "index.js",
"dependencies": {
"argon2": "^0.28.2",
"cors": "^2.8.5",
"debug": "^4.3.2",
"express": "^4.17.1",
"express-winston": "^4.2.0",
"mongoose": "^6.0.11",
"shortid": "^2.2.16",
"winston": "^3.3.3",
"yup": "^0.32.11"
},
"devDependencies": {
"@types/cors": "^2.8.12",
"@types/debug": "^4.1.7",
"@types/express": "^4.17.13",
"@types/shortid": "0.0.29",
"source-map-support": "^0.5.20",
"tslint": "^6.1.3",
"typescript": "^4.4.4"
},
"scripts": {
"start": "set NODE_ENV=development node ./dist/app.js",
"start2": "node --unhandled-rejections=strict ./dist/app.js",
"start3": "tsc && node --unhandled-rejections=strict ./dist/app.js",
"debug": "SET DEBUG=* && npm run start",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Vik Kot",
"license": "MIT"
}