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.
|
|
|
{
|
|
|
|
"name": "api",
|
|
|
|
"version": "0.0.0",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"start": "nodemon ./bin/www"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"bcryptjs": "^2.4.3",
|
|
|
|
"body-parser": "^1.20.2",
|
|
|
|
"cookie-parser": "~1.4.4",
|
|
|
|
"cors": "^2.8.5",
|
|
|
|
"dateformat": "^3.0.3",
|
|
|
|
"debug": "~2.6.9",
|
|
|
|
"dotenv": "^16.4.5",
|
|
|
|
"express": "~4.16.1",
|
|
|
|
"faker": "^6.6.6",
|
|
|
|
"http-errors": "~1.6.3",
|
|
|
|
"jade": "~1.11.0",
|
|
|
|
"jsonwebtoken": "^9.0.2",
|
|
|
|
"moment": "^2.30.1",
|
|
|
|
"morgan": "~1.9.1",
|
|
|
|
"multer": "^1.4.5-lts.1",
|
|
|
|
"nodemon": "^3.1.4",
|
|
|
|
"sequelize": "^6.37.3",
|
|
|
|
"tedious": "^18.2.1",
|
|
|
|
"winston": "^3.13.0"
|
|
|
|
}
|
|
|
|
}
|