-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.13 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.13 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
43
44
45
{
"name": "init_server",
"version": "1.0.0",
"description": "init server file",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "cross-env NODE_ENV=production PORT=80 pm2 start app.js",
"dev": "nodemon server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Team-InIT/inIT_SERVER.git"
},
"author": "yoon1013",
"license": "ISC",
"bugs": {
"url": "https://github.com/Team-InIT/inIT_SERVER/issues"
},
"homepage": "https://github.com/Team-InIT/inIT_SERVER#readme",
"dependencies": {
"body-parser": "^1.20.0",
"buffer-image": "^1.0.0",
"connect-redis": "^6.1.3",
"cookie-parser": "^1.4.6",
"cross-env": "^7.0.3",
"dotenv": "^16.0.0",
"express": "^4.18.1",
"express-session": "^1.17.2",
"moment": "^2.29.3",
"morgan": "^1.10.0",
"multer": "^1.4.4",
"mysql": "^2.18.1",
"mysql2": "^2.3.3",
"nunjucks": "^3.2.3",
"pm2": "^5.2.0",
"redis": "^4.2.0",
"sequelize": "^6.19.0",
"sequelize-cli": "^6.4.1",
"uuid": "^8.3.2"
},
"devDependencies": {
"nodemon": "^2.0.16"
}
}