-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 959 Bytes
/
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
{
"name": "rest-api",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "tsc && nodemon --unhandled-rejections=strict ./admin/dist/app.js",
"debug": "export DEBUG=* && npm run start",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"argon2": "^0.30.3",
"cors": "^2.8.5",
"debug": "^4.3.4",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-validator": "^6.14.3",
"express-winston": "^4.2.0",
"jsonwebtoken": "^9.0.0",
"mongoose": "^6.8.4",
"shortid": "^2.2.16",
"winston": "^3.8.2"
},
"devDependencies": {
"@types/cors": "^2.8.13",
"@types/debug": "^4.1.7",
"@types/express": "^4.17.15",
"@types/jsonwebtoken": "^9.0.1",
"@types/shortid": "^0.0.29",
"nodemon": "^2.0.20",
"source-map-support": "^0.5.21",
"tslint": "^6.1.3",
"typescript": "^4.9.4"
}
}