-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 1.03 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "node",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node server.js",
"debug": "set LOG_LEVEL=debug&& set DATABASE_SERVICE_NAME=mongodb&& set MONGODB_SERVICE_HOST=127.0.0.1&& set MONGODB_SERVICE_PORT=27017&& set MONGODB_DATABASE=NGInvoicing&& set MONGODB_USER=developerx&& set MONGODB_PASSWORD=test&& set LOGIN_SECRET='tasmanianDevil'&& nodemon --inspect server.js",
"mongo": "C:/PROGRA~1/MongoDB/Server/3.6/bin/mongod.exe --auth",
"mmcreate": "./node_modules/.bin/mm create ",
"mm": "./node_modules/.bin/mm",
"test": "echo 'no tests ;-)'"
},
"author": "",
"license": "ISC",
"dependencies": {
"bcrypt": "^1.0.3",
"body-parser": "^1.18.2",
"dynamic-html-pdf": "0.0.4",
"express": "^4.16.2",
"jsonwebtoken": "^8.1.0",
"mongodb-migrations": "^0.8.5",
"mongoose": "^5.0.0-rc0",
"morgan": "^1.9.0",
"passport": "^0.4.0",
"passport-jwt": "^3.0.1",
"winston": "^2.4.0"
},
"devDependencies": {
"nodemon": "^1.14.11"
}
}