{
  "name": "@volcano.dev/cli",
  "version": "0.23.0",
  "description": "CLI for Volcano's hosting platform.",
  "keywords": [
    "volcano",
    "kong",
    "cli"
  ],
  "homepage": "https://github.com/Kong/volcano-cli#readme",
  "bugs": {
    "url": "https://github.com/Kong/volcano-cli/issues"
  },
  "license": "Apache-2.0",
  "type": "commonjs",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Kong/volcano-cli.git"
  },
  "bin": {
    "volcano": "bin/volcano.js"
  },
  "files": [
    "bin/volcano.js",
    "scripts/npm/"
  ],
  "scripts": {
    "postinstall": "node scripts/npm/install.js",
    "prepublishOnly": "node -e \"if (require('./package.json').version === '0.0.0') { console.error('Refusing to publish version 0.0.0; set the real version first (npm version <x.y.z>).'); process.exit(1); }\""
  },
  "engines": {
    "node": ">=18"
  },
  "os": [
    "linux",
    "darwin",
    "win32"
  ],
  "cpu": [
    "x64",
    "arm64"
  ],
  "publishConfig": {
    "access": "public"
  }
}
