{
  "name": "pwnkit-cli",
  "version": "0.11.1",
  "description": "pwnkit-cli npm launcher — downloads and runs the standalone binary on first invocation.",
  "bin": {
    "pwnkit-cli": "bin/pwnkit-cli.cjs"
  },
  "files": [
    "bin",
    "README.md",
    "LICENSE"
  ],
  "homepage": "https://github.com/0sec-labs/pwnkit",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/0sec-labs/pwnkit.git"
  },
  "bugs": {
    "url": "https://github.com/0sec-labs/pwnkit/issues"
  },
  "license": "Apache-2.0",
  "keywords": [
    "ai",
    "application-security",
    "mcp",
    "owasp",
    "security",
    "red-team",
    "llm",
    "prompt-injection"
  ],
  "author": "PwnKit Labs",
  "engines": {
    "node": ">=18"
  }
}
