{
  "name": "@sentry/cli",
  "version": "1.75.0",
  "description": "A command line utility to work with Sentry. https://docs.sentry.io/hosted/learn/cli/",
  "homepage": "https://docs.sentry.io/hosted/learn/cli/",
  "license": "BSD-3-Clause",
  "keywords": [
    "sentry",
    "sentry-cli",
    "cli"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/getsentry/sentry-cli"
  },
  "bugs": {
    "url": "https://github.com/getsentry/sentry-cli/issues"
  },
  "engines": {
    "node": ">= 8"
  },
  "main": "js/index.js",
  "bin": {
    "sentry-cli": "bin/sentry-cli"
  },
  "scripts": {
    "install": "node ./scripts/install.js",
    "fix": "npm-run-all fix:eslint fix:prettier",
    "fix:eslint": "eslint --fix bin/* scripts/**/*.js js/**/*.js",
    "fix:prettier": "prettier --write bin/* scripts/**/*.js js/**/*.js",
    "test": "npm-run-all test:jest test:eslint test:prettier test:vercel-nft",
    "test:jest": "jest",
    "test:watch": "jest --watch --notify",
    "test:eslint": "eslint bin/* scripts/**/*.js js/**/*.js",
    "test:prettier": "prettier --check  bin/* scripts/**/*.js js/**/*.js",
    "test:vercel-nft": "node scripts/test-vercel-nft.js"
  },
  "dependencies": {
    "https-proxy-agent": "^5.0.0",
    "mkdirp": "^0.5.5",
    "node-fetch": "^2.6.7",
    "progress": "^2.0.3",
    "proxy-from-env": "^1.1.0",
    "which": "^2.0.2"
  },
  "devDependencies": {
    "@vercel/nft": "^0.22.1",
    "eslint": "^6.8.0",
    "eslint-config-airbnb-base": "^14.1.0",
    "eslint-config-prettier": "^6.10.1",
    "eslint-plugin-import": "^2.20.2",
    "jest": "^25.3.0",
    "npm-run-all": "^4.1.5",
    "prettier": "^1.19.1"
  },
  "jest": {
    "collectCoverage": true,
    "testEnvironment": "node",
    "testPathIgnorePatterns": [
      "src/utils"
    ]
  },
  "volta": {
    "node": "10.24.1",
    "yarn": "1.22.19"
  }
}
