{
  "name": "llm-wiki-kit",
  "version": "0.24.0",
  "description": "Hook-first living Markdown wiki runtime for Codex and Claude Code with Korean/English prompt-aware guidance.",
  "type": "module",
  "files": [
    "bin/",
    "src/",
    "skills/",
    "docs/",
    "scripts/",
    "test/fs-utils.test.js",
    "test/security-concurrency.test.js",
    "test/state-concurrency.test.js",
    "test/windows-runner.test.js",
    "examples/",
    "README.md",
    "LICENSE",
    "install.sh"
  ],
  "bin": {
    "llm-wiki": "bin/llm-wiki.js"
  },
  "keywords": [
    "codex",
    "claude-code",
    "llm-wiki",
    "agent-memory",
    "markdown",
    "hooks",
    "korean",
    "english"
  ],
  "scripts": {
    "test": "node --test",
    "doctor": "node bin/llm-wiki.js doctor",
    "status": "node bin/llm-wiki.js status"
  },
  "dependencies": {
    "minisearch": "^7.2.0",
    "semver": "^7.7.2",
    "yaml": "^2.9.0"
  },
  "engines": {
    "node": ">=20"
  },
  "license": "MIT"
}
