{
  "name": "litclaude-ai",
  "version": "0.3.44",
  "description": "Claude Code-native workflow distribution.",
  "type": "module",
  "bin": {
    "litclaude-ai": "bin/litclaude-ai.js",
    "litclaude": "bin/litclaude-ai.js"
  },
  "files": [
    "bin",
    "docs/agents.md",
    "docs/hooks.md",
    "docs/lsp.md",
    "docs/migration.md",
    "docs/native-goal-surface.md",
    "docs/rules.md",
    "docs/workflow-compatibility-audit.md",
    "plugins",
    "!plugins/**/.litclaude/**",
    "scripts",
    "README.md",
    "README_ko-KR.md",
    "CHANGELOG.md",
    "cover.png",
    "generate_cover.py",
    "RELEASE_CHECKLIST.md",
    "LICENSE"
  ],
  "scripts": {
    "postinstall": "node scripts/postinstall.mjs",
    "test": "node --test --test-concurrency=1 test/*.test.mjs",
    "validate:plugin": "node scripts/validate-plugin.mjs",
    "doctor": "node scripts/doctor.mjs",
    "qa:tmux": "bash scripts/qa-claude-plugin-smoke.sh",
    "qa:portable": "bash scripts/qa-portable-install.sh",
    "qa:matrix": "node scripts/qa-negative-gate-matrix.mjs",
    "qa:matrix-negative-control": "node scripts/qa-negative-gate-matrix.mjs --negative-control",
    "qa:tamper": "node scripts/qa-installed-tamper-repair.mjs",
    "qa:behaviors": "node scripts/qa-real-surface-behaviors.mjs",
    "qa:real-surface": "npm run qa:matrix && npm run qa:tamper && npm run qa:behaviors",
    "pack:dry-run": "npm pack --dry-run",
    "scan:legacy-tokens": "node tools/scan-legacy-tokens.mjs",
    "check:version": "node tools/check-version-lockstep.mjs",
    "assert:ci": "node tools/assert-ci-workflow.mjs",
    "pack:payload-guard": "node tools/check-pack-payload.mjs",
    "gen:runtime-closures": "node tools/gen-canonical-runtime-closures.mjs",
    "check:runtime-closures": "node tools/gen-canonical-runtime-closures.mjs --check",
    "gen:skill-resources": "node tools/gen-canonical-skill-resources.mjs",
    "check:skill-resources": "node tools/gen-canonical-skill-resources.mjs --check"
  },
  "keywords": [
    "claude-code",
    "plugin",
    "ai-agents",
    "orchestration"
  ],
  "author": "LitClaude contributors",
  "license": "MIT",
  "homepage": "https://github.com/wjgoarxiv/litclaude#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/wjgoarxiv/litclaude.git"
  },
  "bugs": {
    "url": "https://github.com/wjgoarxiv/litclaude/issues"
  }
}
