mirror of
https://github.com/usatiuk/ustk-todolist.git
synced 2025-10-28 15:47:48 +01:00
init
This commit is contained in:
30
package.json
Normal file
30
package.json
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user