-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.12 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.12 KB
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
{
"name": "express_node_template",
"version": "1.0.0",
"description": "A production-ready Node.js + Express Framework API template ready to build.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon ./src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ArkynGenics/express_node_template.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ArkynGenics/express_node_template/issues"
},
"homepage": "https://github.com/ArkynGenics/express_node_template#readme",
"dependencies": {
"bcryptjs": "^3.0.2",
"cors": "^2.8.5",
"dotenv": "^16.5.0",
"express": "^5.1.0",
"helmet": "^8.1.0",
"http-status": "^2.1.0",
"joi": "^17.13.3",
"jsonwebtoken": "^9.0.2",
"moment": "^2.30.1",
"mongoose": "^8.13.2",
"morgan": "^1.10.0",
"mysql2": "^3.14.0",
"nodemon": "^3.1.9",
"passport": "^0.7.0",
"passport-jwt": "^4.0.1",
"path": "^0.12.7",
"sequelize": "^6.37.7",
"validator": "^13.15.0",
"winston": "^3.17.0"
}
}