You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
489 B
24 lines
489 B
{
|
|
"name": "backend",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "nodemon -x npm run server",
|
|
"server": "node ./bin/www"
|
|
},
|
|
"dependencies": {
|
|
"cookie-parser": "~1.4.4",
|
|
"cors": "^2.8.5",
|
|
"debug": "~2.6.9",
|
|
"dotenv": "^16.4.5",
|
|
"express": "~4.16.1",
|
|
"http-errors": "~1.6.3",
|
|
"jade": "~1.11.0",
|
|
"jsonwebtoken": "^9.0.2",
|
|
"md5": "^2.3.0",
|
|
"morgan": "~1.9.1",
|
|
"mysql2": "^3.11.4",
|
|
"sequelize": "^6.37.5"
|
|
}
|
|
}
|