{
  "name": "auth0-deploy-cli",
  "version": "8.35.0",
  "description": "A command line tool for deploying updates to your Auth0 tenant",
  "main": "lib/index.js",
  "bin": {
    "a0deploy": "lib/index.js"
  },
  "scripts": {
    "lint:fix": "eslint --fix . && kacl lint",
    "lint": "eslint . && kacl lint",
    "format:check": "npx prettier --check .",
    "format": "npx prettier --write .",
    "test": "ts-mocha -p tsconfig.json --recursive 'test/**/*.test*' --exclude 'test/e2e/*' --timeout 20000",
    "test:e2e:node-module": "ts-mocha -p tsconfig.json --recursive 'test/e2e/*.test*' --timeout 150000",
    "test:e2e:cli": "sh ./test/e2e/e2e-cli.sh",
    "test:coverage": "nyc npm run test && nyc report --reporter=lcov",
    "build": "rimraf ./lib && npx tsc",
    "dev": "npx tsc --watch",
    "prepublishOnly": "npm run build",
    "preversion": "kacl prerelease",
    "version": "kacl release && git add CHANGELOG.md"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/auth0/auth0-deploy-cli.git"
  },
  "author": "auth0",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/auth0/auth0-deploy-cli/issues"
  },
  "readme": "README.md",
  "homepage": "https://github.com/auth0/auth0-deploy-cli#readme",
  "dependencies": {
    "@clack/prompts": "1.3.0",
    "ajv": "^6.12.6",
    "chalk": "5.6.2",
    "auth0": "^5.9.0",
    "dot-prop": "^5.3.0",
    "fs-extra": "^10.1.0",
    "js-yaml": "^4.1.1",
    "lodash": "^4.18.1",
    "mkdirp": "^1.0.4",
    "nconf": "^0.13.0",
    "promise-pool-executor": "^1.1.1",
    "sanitize-filename": "^1.6.4",
    "undici": "^7.24.3",
    "winston": "^3.19.0",
    "yargs": "^15.4.1"
  },
  "devDependencies": {
    "@eslint/js": "^9.39.2",
    "@types/chai": "^5.2.3",
    "@types/fs-extra": "^9.0.13",
    "@types/lodash": "^4.17.24",
    "@types/mocha": "^10.0.10",
    "@types/nconf": "^0.10.7",
    "@typescript-eslint/eslint-plugin": "^8.58.1",
    "@typescript-eslint/parser": "^8.58.1",
    "chai": "^4.5.0",
    "chai-as-promised": "^7.1.2",
    "eslint": "^9.39.2",
    "eslint-config-prettier": "^10.1.8",
    "eslint-plugin-import": "^2.32.0",
    "globals": "^15.12.0",
    "husky": "^9.1.7",
    "kacl": "^1.1.1",
    "mocha": "^10.8.2",
    "nock": "^13.5.6",
    "node-fetch": "^2.7.0",
    "nyc": "^15.1.0",
    "prettier": "^2.8.8",
    "pretty-quick": "^3.3.1",
    "rimraf": "^3.0.2",
    "rmdir-sync": "^1.0.1",
    "sinon": "^13.0.2",
    "sinon-chai": "^3.7.0",
    "ts-mocha": "^11.1.0",
    "typescript": "~5.9.3"
  },
  "engines": {
    "node": ">=20.19.0"
  },
  "keywords": [
    "auth0",
    "cli"
  ],
  "overrides": {
    "istanbul-reports": "3.1.4"
  }
}
