forked from steniowagner/bon-appetit-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 830 Bytes
/
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
{
"name": "bon-appetit-server",
"version": "1.0.0",
"description": "",
"main": "./src/bin/index.js",
"scripts": {
"start": "node ./node_modules/.bin/pm2-runtime ./src/bin",
"dev": "NODE_ENV=development DEBUG=bon-appetit-api:* nodemon ./src/bin/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/steniowagner/bon-appetit-server.git"
},
"author": "Stenio Wagner",
"license": "ISC",
"bugs": {
"url": "https://github.com/steniowagner/bon-appetit-server/issues"
},
"homepage": "https://github.com/steniowagner/bon-appetit-server#readme",
"dependencies": {
"body-parser": "^1.18.3",
"express": "^4.16.3",
"mongoose": "5.2.8",
"pm2": "^3.2.9"
},
"devDependencies": {
"debug": "^4.1.1",
"dotenv": "^6.2.0",
"nodemon": "^1.18.4"
}
}