{
|
|
"name": "back",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node index.js",
|
|
"dev": "nodemon index.js",
|
|
"test": "nyc mocha --recursive test/controller && nyc mocha --recursive test/route"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"body-parser": "^1.19.0",
|
|
"config": "^3.3.6",
|
|
"express": "^4.17.1",
|
|
"express-rate-limit": "^5.2.6",
|
|
"express-slow-down": "^1.4.0",
|
|
"mongoose": "5.11.15",
|
|
"mongoose-id-validator": "^0.6.0"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "^4.3.3",
|
|
"chai-http": "^4.3.0",
|
|
"mocha": "^8.3.1",
|
|
"nodemon": "^2.0.7",
|
|
"nyc": "^15.1.0"
|
|
}
|
|
}
|