-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 746 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 746 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
{
"dependencies": {
"body-parser": "^1.20.2",
"browser-env": "^3.3.0",
"cookie-parser": "^1.4.6",
"ejs": "^3.1.9",
"express": "^4.18.2",
"express-session": "^1.17.3",
"moment": "^2.29.4",
"mysql2": "^3.3.5",
"nodemon": "^2.0.22",
"path": "^0.12.7",
"sequelize": "^6.32.0",
"sequelize-cli": "^6.6.1"
},
"name": "backend2",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"install": "npm i body-parser ejs cookie-parser express express-session mysql2 moment path sequelize sequelize-cli nodemon",
"dev": "nodemon index.js",
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"description": ""
}