-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1006 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 1006 Bytes
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
{
"name": "Contentstack-Integration",
"version": "2.0.0",
"private": true,
"scripts": {
"start": "NODE_ENV=production node ./bin/www",
"dev": "NODE_ENV=test nodemon ./bin/www"
},
"dependencies": {
"@commercetools/sdk-client": "^2.1.0",
"@commercetools/sdk-middleware-auth": "^5.1.3",
"@commercetools/sdk-middleware-http": "^5.2.1",
"async": "2.1.4",
"body-parser": "^1.18.3",
"btoa": "1.2.1",
"contentstack": "3.7.0",
"cookie-parser": "1.4.4",
"debug": "4.0.1",
"errorhandler": "1.5.0",
"express": "4.16.3",
"express-basic-auth": "^1.2.0",
"express-error-handler": "1.1.0",
"jsonwebtoken": "8.5.0",
"lodash.omit": "4.5.0",
"morgan": "1.9.1",
"node-fetch": "^2.3.0",
"nunjucks": "3.1.3",
"pusher": "2.1.3",
"request": "2.88.0",
"request-ip": "2.1.3",
"request-promise": "4.2.4"
},
"devDependencies": {
"eslint": "^6.5.1",
"eslint-config-google": "^0.14.0",
"nodemon": "^2.0.7"
}
}