{
  "name": "codex-rdlc-wizard",
  "version": "0.1.0",
  "description": "Codex RDLC adaptive setup wizard and maintenance CLI for npx distribution",
  "license": "MIT",
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/BaseInfinity"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/BaseInfinity/codex-rdlc-wizard.git"
  },
  "homepage": "https://github.com/BaseInfinity/codex-rdlc-wizard#readme",
  "bin": {
    "codex-rdlc-wizard": "bin/codex-rdlc-wizard.js"
  },
  "files": [
    ".agents/",
    "agents/",
    "bin/",
    "plugins/",
    "skills/",
    ".codex/config.toml",
    ".codex/hooks.json",
    ".codex/unix-hooks.json",
    ".codex/windows-hooks.json",
    ".codex/hooks/",
    "templates/",
    "lib/",
    "install.sh",
    "install.ps1",
    "setup.sh",
    "check.sh",
    "update.sh",
    "SKILL.md",
    "AGENTS.md",
    "RDLC.md",
    "README.md",
    "ROADMAP.md",
    "RDLC-LOOP.md",
    "START-RDLC.md",
    "PROVE-IT.md",
    "UPSTREAM_VERSION",
    "start-rdlc.sh",
    "start-rdlc.ps1"
  ],
  "engines": {
    "node": ">=18"
  }
}
