Files
ustk-todolist/package.json
2018-05-16 18:25:55 +03:00

31 lines
732 B
JSON

{
"name": "todolist-nodeback",
"version": "0.1.0",
"private": true,
"description": "",
"main": "app.js",
"scripts": {
"start": "node ./app.js",
"start-mon": "npx nodemon --inspect ./app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"dependencies": {
"body-parser": "^1.18.3",
"dotenv": "^5.0.1",
"express": "^4.16.3",
"https-proxy-agent": "^2.2.1",
"method-override": "^2.3.10",
"mongoose": "^5.1.1",
"morgan": "^1.9.0",
"npm": "^6.0.1"
},
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-config-node": "^2.0.0",
"eslint-plugin-import": "^2.11.0",
"nodemon": "^1.17.4"
}
}