Proof of concept of a kanban style application.
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.

30 lines
696 B
Raw

{
"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"
}
}