{
  "name": "@hardenize/cli",
  "version": "0.53.0",
  "author": "Hardenize Limited",
  "license": "Apache-2.0",
  "description": "Hardenize CLI Tool",
  "homepage": "https://www.hardenize.com",
  "repository": {
    "type": "git",
    "url": "https://github.com/hardenize/hardenize-cli.git"
  },
  "bugs": {
    "url": "https://github.com/hardenize/hardenize-cli/issues"
  },
  "bin": {
    "hardenize": "./index.js"
  },
  "scripts": {
    "start": "node index.js",
    "build-openapi": "cd openapi && ./build.sh"
  },
  "dependencies": {
    "@hardenize/api": "^1.24.0",
    "cli-color": "^2.0.0",
    "cli-table": "^0.3.1",
    "cloudflare": "git+https://github.com/hardenize/node-cloudflare.git#bind-config-plus-updates",
    "json2csv": "^4.5.4",
    "wrap-ansi": "^6.2.0",
    "yaml": "^1.10.0",
    "yargs": "^15.4.1"
  }
}
