{ "name": "ctf-codex-toolkit", "version": "0.1.28", "description": "CTF-focused Codex toolkit for Kali Linux and Kali WSL with skills, guard hooks, health checks, and launchers.", "license": "MIT", "type": "commonjs", "repository": { "type": "git", "url": "git+https://github.com/nimosocute/ctf-codex-toolkit.git" }, "bugs": { "url": "https://github.com/nimosocute/ctf-codex-toolkit/issues" }, "homepage": "https://github.com/nimosocute/ctf-codex-toolkit#readme", "bin": { "ctf-codex-toolkit": "bin/ctf-codex-toolkit.js", "ctf-codex-workflow": "bin/ctf-codex-toolkit.js", "ctf-codex-wsl": "bin/ctf-codex-toolkit.js" }, "files": [ "bin/", "payload/", "README.md", "CONTRIBUTING.md", "THIRD_PARTY_NOTICES.md", "LICENSE" ], "scripts": { "smoke": "node scripts/smoke-test.js", "pack:dry": "npm pack --dry-run" }, "engines": { "node": ">=18" }, "keywords": [ "codex", "ctf", "toolkit", "workflow", "wsl", "kali", "linux", "security" ] }