-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
41 lines (41 loc) · 1.06 KB
/
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
38
39
40
41
{
"name": "nodemongoo",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "tsc && node build/server.js",
"dev": "./node_modules/nodemon/bin/nodemon.js",
"prod": "build/server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@types/bcryptjs": "^2.4.2",
"@types/body-parser": "^1.17.1",
"@types/cors": "^2.8.6",
"@types/dotenv": "^8.2.0",
"@types/express": "^4.17.2",
"@types/joi": "^14.3.4",
"@types/jsonwebtoken": "^8.3.5",
"@types/mocha": "^5.2.7",
"@types/mongoose": "^5.5.36",
"@types/nodemon": "^1.19.0",
"@types/typescript": "^2.0.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-swagger-generator": "^1.1.15",
"install": "^0.13.0",
"joi": "^14.3.1",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.8.3",
"npm": "^6.13.4",
"ts-node": "^8.5.4",
"typescript": "^3.7.4"
}
}