forked from Anujraval24/TypeScriptSandBox
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 762 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 762 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
{
"name": "passport-tutorial",
"version": "1.0.0",
"description": "",
"main": "app.js",
"dependencies": {
"@types/lodash": "^4.14.118",
"@types/node": "^10.12.5",
"body-parser": "^1.18.3",
"cors": "^2.8.4",
"errorhandler": "^1.5.0",
"express": "^4.16.4",
"express-jwt": "^5.3.1",
"express-session": "^1.15.6",
"jsonwebtoken": "^8.2.2",
"mongoose": "^5.1.3",
"morgan": "^1.9.0",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"path": "^0.12.7",
"typescript": "^3.1.6"
},
"devDependencies": {
"webpack": "^4.25.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon app.js"
},
"keywords": [],
"author": "",
"license": "ISC"
}