UNPKG

2.75 kBJSONView Raw
1{
2 "name": "@shopgate/platform-sdk",
3 "version": "1.3.0",
4 "description": "Shopgate's Platform SDK",
5 "main": "index.js",
6 "scripts": {
7 "test": "mocha",
8 "cover": "nyc mocha",
9 "lint": "standard",
10 "lint-staged": "lint-staged",
11 "check": "nsp check"
12 },
13 "lint-staged": {
14 "*.js": "npm run lint"
15 },
16 "repository": {
17 "type": "git",
18 "url": "https://github.com/shopgate/cloud-sdk.git"
19 },
20 "bin": {
21 "sgcloud": "./bin/sgcloud",
22 "sgconnect": "./bin/sgcloud"
23 },
24 "keywords": [
25 "shopgate",
26 "cloud",
27 "sdk"
28 ],
29 "contributors": [
30 "Pascal Vomhoff <pascal.vomhoff@shopgate.com (https://github.com/pvomhoff)",
31 "Steffen Zull <steffen.zull@shopgate.com> (https://github.com/szll)",
32 "Timo Ebel <timo.ebel@shopgate.com> (https://github.com/Rekhyt)",
33 "Florian Müller <florian.mueller81@gmx.de> (https://github.com/devbucket)",
34 "Philipp Heyse <philipp.heyse@shopgate.com> (https://github.com/philipp-heyse)",
35 "Patrick Schneider <patrick.schneider@shopgate.com> (https://github.com/DocSnyderOnGithub)"
36 ],
37 "license": "Apache-2.0",
38 "bugs": {
39 "url": "https://github.com/shopgate/cloud-sdk/issues"
40 },
41 "homepage": "https://github.com/shopgate/cloud-sdk",
42 "standard": {
43 "env": [
44 "mocha"
45 ],
46 "ignore": [
47 "test/app/backend/extensionRuntime/fakeSteps"
48 ]
49 },
50 "dependencies": {
51 "@shopgate/cloud-sdk-webpack": "^1.10.2",
52 "ansicolors": "^0.3.2",
53 "ansistyles": "^0.1.3",
54 "bunyan": "^1.8.12",
55 "caporal": "^0.9.0",
56 "chalk": "^2.3.0",
57 "chokidar": "^1.7.0",
58 "errio": "^1.2.2",
59 "find-root": "^1.1.0",
60 "fs-extra": "^4.0.3",
61 "glob": "^7.1.2",
62 "inquirer": "^4.0.2",
63 "jsonlint": "^1.6.2",
64 "morgan": "^1.9.0",
65 "neo-async": "^2.5.0",
66 "os": "^0.1.1",
67 "os-locale": "^2.1.0",
68 "replace-in-file": "^3.1.0",
69 "request": "^2.83.0",
70 "restify": "^6.3.4",
71 "restify-cors-middleware": "^1.1.0",
72 "semver": "^5.5.0",
73 "socket.io-client": "^2.0.4",
74 "unzip": "^0.1.11",
75 "update-notifier": "^2.3.0"
76 },
77 "devDependencies": {
78 "coveralls": "^3.0.0",
79 "lint-staged": "^6.1.0",
80 "mocha": "^4.0.1",
81 "mock-stdin": "^0.3.1",
82 "nock": "^9.1.6",
83 "nsp": "^3.1.0",
84 "nyc": "^11.5.0",
85 "portfinder": "^1.0.13",
86 "pre-commit": "^1.2.2",
87 "proxyquire": "^1.8.0",
88 "sinon": "^4.2.2",
89 "socket.io": "^2.0.4",
90 "standard": "^10.0.3"
91 },
92 "engines": {
93 "node": ">= 8.4.0"
94 },
95 "pre-commit": [
96 "lint-staged",
97 "test"
98 ],
99 "nyc": {
100 "include": [
101 "**/*.js"
102 ],
103 "exclude": [
104 "build",
105 "test"
106 ],
107 "reporter": [
108 "lcov",
109 "text-summary"
110 ],
111 "all": true,
112 "report-dir": "build"
113 }
114}