-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 884 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": "authenticationmodule",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ..\\bin\\app.js",
"update": "call tool_Update.bat",
"tsc": "tsc"
},
"author": "Aji Suprana",
"license": "ISC",
"dependencies": {
"@types/cors": "^2.8.5",
"@types/multer": "^1.3.7",
"bcrypt": "^3.0.5",
"body-parser": "^1.18.3",
"cors": "^2.8.5",
"encrypted-jwt": "^2.0.1",
"express": "^4.16.4",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.5.1",
"morgan": "^1.9.1",
"multer": "^1.4.1",
"tsc": "^1.20150623.0"
},
"devDependencies": {
"@types/express": "^4.16.1",
"@types/jsonwebtoken": "^8.3.2",
"@types/mongoose": "^5.3.26",
"@types/node": "^11.13.4",
"nodemon": "^1.18.11",
"typescript": "^3.4.3"
}
}