{
  "name": "litclaude-ai",
  "version": "0.3.17",
  "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/workflow-compatibility-audit.md",
    "plugins",
    "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/*.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",
    "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"
  },
  "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"
  }
}
