{
  "name": "pentesting",
  "version": "0.101.9",
  "builderReleaseTag": "v0.101.9",
  "description": "Penetration testing AI agent powered by Rust, with audited reverse-shell capture, verified PTY upgrades, and evidence-first orchestration.",
  "license": "MIT",
  "author": "agnusdei1207",
  "type": "module",
  "bin": {
    "pentesting": "bin/pentesting.mjs"
  },
  "files": [
    "bin",
    "lib",
    "scripts/postinstall.mjs",
    "README.md",
    "pentesting-logo.svg"
  ],
  "engines": {
    "node": ">=18.18.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/agnusdei1207/pentesting-public.git"
  },
  "homepage": "https://agnusdei1207.github.io/pentesting-public/",
  "bugs": {
    "url": "https://github.com/agnusdei1207/pentesting-public/issues"
  },
  "keywords": [
    "penetration-testing",
    "pentesting",
    "security",
    "hacking",
    "hacker",
    "ai",
    "autonomous",
    "rust",
    "tui",
    "cli",
    "nmap",
    "metasploit",
    "sqlmap",
    "kali"
  ],
  "scripts": {
    "postinstall": "node ./scripts/postinstall.mjs",
    "prepublishOnly": "npm run verify",
    "consistency": "bash scripts/check-project-consistency.sh",
    "audit": "bash scripts/audit-project.sh",
    "test": "node --test tests/*.test.mjs",
    "preflight:local": "bash scripts/preflight-local.sh",
    "refactor:stability": "bash scripts/refactor-stability.sh",
    "verify": "npm run consistency && npm run test",
    "check": "npm run check:docker",
    "pentesting:help": "bash scripts/pentesting-release-help.sh",
    "pentesting:status": "bash scripts/pentesting-release-status.sh",
    "pentesting:test": "npm run test",
    "pentesting:verify": "npm run verify",
    "pentesting:pack:dry-run": "npm pack --dry-run",
    "pentesting:check": "bash scripts/check-pentesting-package.sh",
    "pentesting:publish": "bash scripts/publish-pentesting-package.sh",
    "pentesting:publish:dry-run": "DRY_RUN=true bash scripts/publish-pentesting-package.sh",
    "release:npm": "bash scripts/publish-pentesting-package.sh patch",
    "release:npm:minor": "bash scripts/publish-pentesting-package.sh minor",
    "release:npm:major": "bash scripts/publish-pentesting-package.sh major",
    "release:npm:dry": "DRY_RUN=true bash scripts/publish-pentesting-package.sh patch",
    "release:npm:minor:dry": "DRY_RUN=true bash scripts/publish-pentesting-package.sh minor",
    "release:npm:major:dry": "DRY_RUN=true bash scripts/publish-pentesting-package.sh major",
    "public:sync": "bash scripts/sync-public-repo.sh",
    "public:mirror-release": "bash scripts/mirror-public-release.sh",
    "release:backfill": "bash scripts/backfill-release-local.sh",
    "check:docker": "npm run docker:build && docker run -it --rm --memory 2g --memory-swap 2g --cpus 2 --pids-limit 512 -v builder-workspace:/workspace -v pentesting-config:/root/.pentesting -e OPENAI_API_KEY -e OPENAI_BASE_URL -e OPENAI_MODEL -e OPENAI_MAX_TOKENS agnusdei1207/pentesting:latest",
    "docker:build": "bash scripts/dbuild-image.sh app",
    "docker:base:build": "bash scripts/dbuild-image.sh bases",
    "release:patch": "./scripts/release-all.sh patch",
    "release:minor": "./scripts/release-all.sh minor",
    "release:major": "./scripts/release-all.sh major"
  },
  "devDependencies": {
    "@ai-sdk/google-vertex": "^4.0.47",
    "@types/node": "^24.10.1",
    "@types/tmp": "^0.2.6",
    "ai": "^6.0.77",
    "csv-parse": "^6.1.0",
    "handlebars": "^4.7.9",
    "p-limit": "^7.2.0",
    "pino": "^10.1.0",
    "pino-pretty": "^13.1.2",
    "strip-ansi": "^7.1.2",
    "tmp": "^0.2.5",
    "tsx": "^4.20.6",
    "yaml": "^2.8.3",
    "yargs": "^18.0.0",
    "zod": "^3.24.1"
  }
}
