-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 816 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 816 Bytes
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": "supportybe",
"version": "1.0.0",
"description": "supporty backend",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hyerim0992/SupportyBE.git"
},
"author": "hyerim",
"license": "ISC",
"bugs": {
"url": "https://github.com/hyerim0992/SupportyBE/issues"
},
"homepage": "https://github.com/hyerim0992/SupportyBE#readme",
"dependencies": {
"bcrypt": "^5.1.1",
"body-parser": "^1.20.2",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"express-session": "^1.18.0",
"http-status-codes": "^2.3.0",
"lru-cache": "^10.2.0",
"method-override": "^3.0.0",
"mysql2": "^3.0.0",
"sequelize": "^5.22.5"
}
}