{
  "name": "@zendesk/zcli-apps",
  "description": "zcli apps commands live here",
  "version": "2.0.0",
  "author": "@wattle",
  "npmRegistry": "https://registry.npmjs.org",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/zendesk/zcli.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "bin": {
    "zcli-apps": "./bin/run"
  },
  "scripts": {
    "build": "tsc",
    "prepack": "tsc && ../../scripts/prepack.sh",
    "postpack": "rm -f oclif.manifest.json npm-shrinkwrap.json && rm -rf ./dist && git checkout ./package.json",
    "type:check": "tsc"
  },
  "dependencies": {
    "adm-zip": "0.5.10",
    "archiver": "^5.3.1",
    "axios": "^1.12.0",
    "chalk": "^4.1.2",
    "cors": "^2.8.5",
    "express": "^4.21.2",
    "form-data": "^4.0.0",
    "fs-extra": "^10.0.0",
    "morgan": "^1.10.0",
    "rimraf": "^3.0.2",
    "semver": "^7.3.2",
    "tslib": "^2.4.0",
    "uuid": "^8.3.2"
  },
  "devDependencies": {
    "@oclif/test": "=2.1.0",
    "@types/adm-zip": "^0.5.5",
    "@types/archiver": "^5.3.1",
    "@types/chai": "^4",
    "@types/cors": "^2.8.6",
    "@types/mocha": "^9.1.1",
    "@types/morgan": "^1.9.0",
    "@types/rimraf": "^3.0.2",
    "@types/uuid": "^8.3.4",
    "chai": "^4",
    "eslint": "^8.18.0",
    "eslint-config-oclif": "^4.0.0",
    "eslint-config-oclif-typescript": "^1.0.2",
    "mocha": "^10.8.2",
    "sinon": "^14.0.0"
  },
  "files": [
    "/bin",
    "/dist",
    "/oclif.manifest.json",
    "/npm-shrinkwrap.json"
  ],
  "keywords": [
    "zcli",
    "zendesk",
    "cli",
    "command"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "oclif": {
    "commands": "./dist/commands",
    "bin": "zcli-apps"
  },
  "types": "lib/index.d.ts",
  "gitHead": "f321997fe3e13e3c499b0e90f223b6f900cbf879"
}
