-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 965 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
{
"name": "express-boilerplate-ts",
"version": "0.0.1",
"scripts": {
"lint": "tslint --project \"tsconfig.json\"",
"start": "nodemon --config nodemon.json"
},
"dependencies": {
"@types/bcrypt": "^3.0.0",
"@types/jsonwebtoken": "^8.5.0",
"@types/passport-http-bearer": "^1.0.35",
"@types/passport-local": "^1.0.33",
"add": "^2.0.6",
"bcrypt": "^5.0.0",
"body-parser": "^1.19.0",
"command-line-args": "^5.1.1",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"jsonwebtoken": "^8.5.1",
"node-json-db": "^1.1.0",
"passport": "^0.4.1",
"passport-http-bearer": "^1.0.1",
"passport-local": "^1.0.0"
},
"devDependencies": {
"@types/command-line-args": "^5.0.0",
"@types/express": "^4.17.2",
"@types/node": "^12.12.18",
"fs-extra": "^8.1.0",
"nodemon": "^2.0.2",
"ts-node": "^8.5.4",
"tsconfig-paths": "^3.9.0",
"tslint": "^5.20.1",
"typescript": "^3.7.3"
}
}