{
  "name": "herozion",
  "version": "1.1.74",
  "description": "Security audit and performance analysis CLI tool for developers",
  "keywords": [
    "security",
    "audit",
    "vulnerability",
    "cli",
    "owasp"
  ],
  "homepage": "https://herozion.io",
  "bugs": {
    "url": "https://github.com/Herozion/scanner/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Herozion/scanner.git"
  },
  "license": "SEE LICENSE IN LICENSE",
  "bin": {
    "herozion": "bin/herozion.js"
  },
  "files": [
    "bin/herozion.js",
    "install.js",
    "README.md"
  ],
  "scripts": {
    "postinstall": "node install.js"
  },
  "engines": {
    "node": ">=16.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "os": [
    "darwin",
    "linux",
    "win32"
  ],
  "cpu": [
    "x64",
    "arm64"
  ]
}
