-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.09 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
42
43
44
45
46
47
{
"name": "ois-monolith",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "mocha",
"dev": "nodemon server.js",
"add:route": "hygen route new",
"add:subroute": "hygen subroute new",
"add:service": "hygen service new"
},
"repository": {
"type": "git",
"url": "git+https://github.com/turbopasi/rest-container-template.git"
},
"keywords": [
"nodejs",
"express"
],
"author": "turbopasi",
"license": "MIT",
"bugs": {
"url": "https://github.com/turbopasi/rest-container-template/issues"
},
"homepage": "https://github.com/turbopasi/rest-container-template#readme",
"dependencies": {
"bcrypt": "^5.0.1",
"body-parser": "^1.19.0",
"chalk": "^5.3.0",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.17.1",
"joi": "^17.4.0",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.4.5",
"morgan": "^1.10.0",
"passport": "^0.7.0",
"passport-jwt": "^4.0.0",
"winston": "^3.3.3"
},
"devDependencies": {
"axios": "^1.7.2",
"chai": "^5.1.1",
"mocha": "^10.6.0"
}
}