{
  "name": "@zendesk/zcli-themes",
  "description": "zcli theme commands live here",
  "version": "1.0.0-beta.55",
  "author": "@zendesk/vikings",
  "npmRegistry": "https://registry.npmjs.org",
  "publishConfig": {
    "access": "public"
  },
  "bin": {
    "zcli-themes": "./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": {
    "@types/inquirer": "^8.0.0",
    "@types/ws": "^8.5.4",
    "axios": "^1.7.5",
    "chalk": "^4.1.2",
    "chokidar": "^3.5.3",
    "cors": "^2.8.5",
    "express": "^4.21.2",
    "glob": "^10.5.0",
    "inquirer": "^8.0.0",
    "sass": "1.60.0",
    "ws": "^8.13.0"
  },
  "devDependencies": {
    "@oclif/test": "=2.1.0",
    "@types/chai": "^4",
    "@types/cors": "^2.8.6",
    "@types/mocha": "^9.1.1",
    "@types/sinon": "^10.0.13",
    "chai": "^4",
    "eslint": "^8.18.0",
    "eslint-config-oclif": "^4.0.0",
    "eslint-config-oclif-typescript": "^1.0.2",
    "lerna": "^5.6.2",
    "mocha": "^10.8.2",
    "nock": "^13.2.8",
    "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-themes"
  },
  "types": "lib/index.d.ts",
  "gitHead": "70e4249d8b465cdccbda6b7bfb959b6929b61475"
}
