-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.04 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
33
34
35
36
37
38
39
40
{
"name": "shopify-node-app",
"version": "0.0.0",
"private": true,
"scripts": {
"cleardbs": "node ./utils/cleardbs.js",
"seeddbs": "node ./utils/seeddbs.js",
"debug": "DEBUG=shopify-node-app:* npm start",
"debugwatch": "DEBUG=shopify-node-app:* npm watch",
"watch": "nodemon ./start.js",
"start": "node ./start.js"
},
"author": "Sudip B.K.",
"license": "ISC",
"dependencies": {
"agenda": "^2.0.2",
"body-parser": "^1.18.3",
"connect-mongo": "^2.0.3",
"csvsync": "^1.1.0",
"debug": "~2.6.0",
"dotenv": "^4.0.0",
"express": "^4.16.4",
"express-fileupload": "^1.1.4",
"express-session": "^1.15.6",
"hbs": "^4.0.4",
"mongoose": "^5.4.20",
"morgan": "^1.9.1",
"passport": "^0.4.0",
"passport-shopify": "^0.1.2",
"serve-favicon": "^2.5.0",
"shopify-node-api": "^1.10.0",
"throng": "^4.0.0"
},
"devDependencies": {
"eslint": "^5.15.3",
"eslint-config-airbnb-base": "^11.1.3",
"eslint-plugin-import": "^2.16.0",
"nodemon": "^1.18.10"
}
}