{
  "name": "@burst/cli",
  "version": "0.0.192",
  "scripts": {
    "burst": "yarn build && ./bin.js",
    "build": "rollup -c",
    "build-for-npm": "REMOVE_DEPS=true yarn build"
  },
  "bin": {
    "burst": "./bin.js"
  },
  "dependencies": {
    "@babel/code-frame": "^7.0.0",
    "@burst/eslint-config": "0.0.40",
    "@burst/prettier-config": "0.0.27",
    "@burst/stylelint-config": "0.0.4",
    "@burst/types": "0.0.12",
    "@slack/client": "^4.8.0",
    "@types/stylelint": "^9.10.0",
    "axios": "^0.18.0",
    "chalk": "^3.0.0-beta.1",
    "commander": "^2.16.0",
    "core-js": "^3.10.1",
    "eslint": "5.16.0",
    "execa": "^2.0.3",
    "ink": "3.0.0-4",
    "inquirer": "^6.0.0",
    "is-ci": "^1.2.0",
    "jest-worker": "^25.2.0",
    "js-yaml": "^4.1.0",
    "latest-version": "^4.0.0",
    "lint-staged": "^8.1.6",
    "lodash": "^4.17.11",
    "open": "^6.0.0",
    "ora": "^3.4.0",
    "p-queue": "^5.0.0",
    "platformsh-client": "^0.1.58",
    "prettier": "1.19.1",
    "react": "^16.8.6",
    "resolve-from": "^5.0.0",
    "rimraf": "^2.6.3",
    "semver": "^5.5.0",
    "semver-regex": "^2.0.0",
    "slugify": "^1.3.4",
    "staged-git-files": "^1.2.0",
    "stylelint": "13.2.0",
    "typescript": "3.8.2",
    "xml2js": "^0.4.19"
  }
}