UNPKG

933 BJSONView Raw
1{
2 "name": "@burst/cli",
3 "version": "0.0.79",
4 "scripts": {
5 "burst": "yarn build && ./bin.js",
6 "build": "rollup -c"
7 },
8 "bin": {
9 "burst": "./bin.js"
10 },
11 "dependencies": {
12 "@babel/code-frame": "^7.0.0",
13 "@burst/eslint-config": "0.0.35",
14 "@burst/prettier-config": "0.0.26",
15 "@slack/client": "^4.8.0",
16 "axios": "^0.18.0",
17 "chalk": "^2.4.1",
18 "commander": "^2.16.0",
19 "core-js": "^3.0.1",
20 "eslint": "5.15.1",
21 "execa": "^1.0.0",
22 "ink": "^2.0.6",
23 "inquirer": "^6.0.0",
24 "is-ci": "^1.2.0",
25 "js-yaml": "^3.12.0",
26 "latest-version": "^4.0.0",
27 "lodash": "^4.17.11",
28 "open": "^6.0.0",
29 "ora": "^2.1.0",
30 "p-queue": "^5.0.0",
31 "platformsh-client": "^0.1.58",
32 "prettier": "1.16.4",
33 "react": "^16.8.6",
34 "resolve-from": "^5.0.0",
35 "semver": "^5.5.0",
36 "semver-regex": "^2.0.0",
37 "typescript": "^3.4.3",
38 "xml2js": "^0.4.19"
39 }
40}
\No newline at end of file