{
  "name": "taylor-cb-cli-test",
  "version": "3.18.0",
  "description": "A powerful command-line tool designed to streamline the management of your Crowdbotics applications",
  "main": "index.js",
  "bin": {
    "cb": "./index.js"
  },
  "type": "module",
  "engines": {
    "node": ">18.0"
  },
  "scripts": {
    "demo": "npx . demo",
    "add": "npx . add",
    "remove": "npx . remove",
    "test": "echo \"Error: no test specified\" && exit 1",
    "lint": "yarn run eslint scripts",
    "commit-module": "npx . commit"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/crowdbotics/cli.git"
  },
  "author": "crowdbotics",
  "bugs": {
    "url": "https://github.com/crowdbotics/cli/issues"
  },
  "homepage": "https://github.com/crowdbotics/cli#readme",
  "dependencies": {
    "@babel/cli": "^7.17.10",
    "@babel/core": "^7.18.5",
    "@babel/generator": "^7.14.9",
    "@babel/parser": "^7.18.8",
    "@babel/preset-env": "^7.18.2",
    "@babel/template": "^7.16.7",
    "@babel/types": "^7.18.8",
    "@segment/analytics-node": "^2.0.0",
    "@sentry/node": "^7.103.0",
    "ajv": "^8.11.0",
    "ajv-formats": "^2.1.1",
    "arg": "^5.0.2",
    "cli-table": "^0.3.11",
    "fast-xml-parser": "^4.2.5",
    "find": "^0.3.0",
    "find-git-root": "^1.0.4",
    "fs-extra": "^10.1.0",
    "inquirer": "^9.2.0",
    "js-yaml": "^4.1.0",
    "node-fetch": "^3.3.2",
    "ora": "^7.0.1",
    "prettier": "^2.6.2"
  },
  "resolutions": {
    "shell-quote": "1.7.3"
  },
  "devDependencies": {
    "@react-native-community/cli": "5.0.1",
    "eslint": "^7.32.0",
    "eslint-config-standard": "^16.0.3",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-promise": "^5.2.0",
    "eslint-plugin-react": "^7.30.0",
    "react-native": "0.71.7"
  }
}
