{
  "name": "@parcha/parable",
  "version": "0.1.33",
  "description": "Multi-model and solo coding orchestration for Claude Code, Codex, and pi.",
  "bin": {
    "parable": "bin/parable.js"
  },
  "scripts": {
    "test": "python3 -m unittest discover -s tests -v && python3 -m py_compile skills/parable/scripts/parable.py skills/parable/scripts/parable_usage.py skills/parable/runtime/welcome-plugin/scripts/context_recovery.py skills/parable/runtime/welcome-plugin/scripts/model_guard.py skills/parable/runtime/welcome-plugin/scripts/welcome.py && python3 -m json.tool .claude-plugin/plugin.json >/dev/null && python3 -m json.tool .claude-plugin/marketplace.json >/dev/null && python3 -m json.tool .codex-plugin/plugin.json >/dev/null && node --check bin/parable.js && node --check lib/onboarding.js && node --check skills/parable/runtime/bin/parable.js && node --check skills/parable/runtime/lib/onboarding.js && bash -n skills/parable/parable.sh && bash -n install.sh",
    "pack:check": "npm pack --dry-run"
  },
  "files": [
    ".claude-plugin/*.json",
    ".codex-plugin/*.json",
    "bin/parable.js",
    "lib/*.js",
    "skills/parable/SKILL.md",
    "skills/parable/parable.sh",
    "skills/parable/scripts/*",
    "skills/parable/runtime/**/*",
    "skills/parable/runtime/welcome-plugin/.claude-plugin/*.json",
    "!skills/parable/runtime/**/__pycache__/**",
    "!skills/parable/scripts/__pycache__/**",
    "!skills/parable/scripts/*.pyc",
    "skills/parable/references/*",
    "examples/*.toml",
    "docs/CLIPROXYAPI_GPT_SUBSCRIPTION.md",
    "install.sh",
    "README.md",
    "LICENSE"
  ],
  "engines": {
    "node": ">=18"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/miguelrios/unc-skills.git",
    "directory": "parable"
  },
  "keywords": [
    "claude-code",
    "skill",
    "orchestration",
    "multi-model",
    "codex",
    "pi-package"
  ],
  "pi": {
    "skills": [
      "./skills"
    ]
  },
  "author": "Parcha Labs (https://parcha.com)",
  "license": "MIT"
}
