forked from Xi162/Red-Kingdom-backend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 820 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
{
"name": "redkingdom_backend",
"version": "1.0.0",
"description": "this is the backend for the Red Kingdom project",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"server": "nodemon server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Xi162/Red-Kingdom-backend.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Xi162/Red-Kingdom-backend/issues"
},
"homepage": "https://github.com/Xi162/Red-Kingdom-backend#readme",
"dependencies": {
"bcrypt": "^5.1.1",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"jsonwebtoken": "^9.0.2",
"mysql2": "^3.6.5",
"sequelize": "^6.35.2"
},
"devDependencies": {
"nodemon": "^3.0.2",
"sequelize-cli": "^6.6.2"
}
}