-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1011 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
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "helloct",
"description": "Get started using the commercetools API with Node.js",
"tags": [
"sphere",
"sphereio",
"oauth",
"api",
"node",
"sdk",
"hello"
],
"version": "0.2.2",
"author": {
"name": "Evan Bonertz",
"email": "[email protected]"
},
"private": false,
"engines": {
"node": "8.0.0"
},
"scripts": {
"start": "node dist/index.js",
"build": "babel src -d dist"
},
"dependencies": {
"@commercetools/api-request-builder": "^3.1.1",
"@commercetools/sdk-client": "^1.4.0",
"@commercetools/sdk-middleware-auth": "latest",
"@commercetools/sdk-middleware-http": "^2.1.1"
},
"devDependencies": {
"@babel/core": "^7.4.3",
"@babel/polyfill": "^7.4.3",
"@babel/register": "^7.4.0",
"babel-cli": "^6.26.0",
"babel-preset-latest": "^6.24.1",
"gulp": "^4.0.0",
"gulp-babel": "^6.1.2",
"gulp-cli": "^2.2.0",
"gulp-shell": "^0.7.0",
"run-sequence": "^1.2.2"
}
}