{
  "name": "@zosmaai/pi-llm-wiki",
  "version": "0.9.2",
  "description": "Self-maintaining LLM Wiki for Pi — Karpathy-pattern knowledge base with immutable source capture, automated ingestion, search, linting, and Obsidian-compatible vault. auto-updating personal & company wiki.",
  "keywords": [
    "pi",
    "pi-package",
    "pi-extension",
    "pi-skill",
    "llm-wiki",
    "karpathy",
    "knowledge-base",
    "obsidian",
    "second-brain",
    "wiki",
    "memory",
    "markdown",
    "pkm",
    "personal-knowledge-management",
    "research",
    "vault",
    "zettelkasten",
    "rag",
    "zosmaai"
  ],
  "license": "MIT",
  "author": "zosmaai",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/zosmaai/pi-llm-wiki.git"
  },
  "bugs": {
    "url": "https://github.com/zosmaai/pi-llm-wiki/issues"
  },
  "homepage": "https://github.com/zosmaai/pi-llm-wiki#readme",
  "files": [
    "extensions",
    "skills",
    "prompts",
    "mcp",
    "docs",
    "assets",
    "README.md",
    "CHANGELOG.md",
    "LICENSE"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "test": "vitest run",
    "test:watch": "vitest",
    "test:coverage": "vitest run --coverage",
    "typecheck": "tsc --noEmit",
    "lint": "biome check .",
    "lint:fix": "biome check --apply .",
    "release:patch": "node scripts/release.js patch",
    "release:minor": "node scripts/release.js minor",
    "release:major": "node scripts/release.js major",
    "release:push": "git push origin main --tags"
  },
  "pi": {
    "extensions": ["./extensions"],
    "skills": ["./skills"],
    "prompts": ["./prompts"],
    "image": "https://raw.githubusercontent.com/zosmaai/pi-llm-wiki/main/assets/screenshot.png",
    "mcpservers": {
      "llm-wiki": "node ./mcp/index.js"
    }
  },
  "peerDependencies": {
    "@mariozechner/pi-coding-agent": "*",
    "typebox": "*"
  },
  "engines": {
    "node": ">=18"
  },
  "dependencies": {
    "@modelcontextprotocol/server": "^2.0.0-alpha.2",
    "node-html-markdown": "^2.0.0"
  },
  "devDependencies": {
    "@biomejs/biome": "^1.9.4",
    "@mariozechner/pi-coding-agent": "^0.70.2",
    "@mermaid-js/mermaid-cli": "^11.12.0",
    "@vitest/coverage-v8": "^3.2.4",
    "typebox": "^1.1.34",
    "typescript": "^5.7.0",
    "vitest": "^3.0.0"
  }
}
