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.
25 lines
502 B
25 lines
502 B
9 months ago
|
{
|
||
|
"name": "api",
|
||
|
"version": "0.0.0",
|
||
|
"private": true,
|
||
|
"scripts": {
|
||
|
"start": "nodemon ./bin/www"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"bcryptjs": "^2.4.3",
|
||
|
"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",
|
||
|
"morgan": "~1.9.1",
|
||
|
"nodemon": "^3.1.4",
|
||
|
"sequelize": "^6.37.3",
|
||
|
"tedious": "^18.2.1",
|
||
|
"winston": "^3.13.0"
|
||
|
}
|
||
|
}
|