{
  "name": "pi-wiki",
  "version": "2.0.0",
  "description": "LLM Wiki - compounding knowledge base for pi + Obsidian. Based on Karpathy's pattern + Ar9av's obsidian-wiki framework.",
  "keywords": [
    "pi-package",
    "knowledge-base",
    "wiki",
    "rag",
    "obsidian",
    "llm-wiki",
    "compounding"
  ],
  "scripts": {
    "build": "echo 'TypeScript - compiled at install'",
    "test": "echo 'No tests yet'"
  },
  "pi": {
    "extensions": [
      "extensions/pi-wiki.ts"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/artale93/pi-wiki.git"
  },
  "author": "artale",
  "license": "MIT"
}