{
  "name": "open-zk-kb",
  "version": "1.4.4",
  "mcpName": "io.github.mrosnerr/open-zk-kb",
  "description": "Persistent memory for agents. Corrections stick, context compounds, every session starts smarter.",
  "type": "module",
  "main": "dist/mcp-server.js",
  "types": "dist/mcp-server.d.ts",
  "exports": {
    ".": {
      "types": "./dist/mcp-server.d.ts",
      "import": "./dist/mcp-server.js"
    },
    "./mcp-server": {
      "types": "./dist/mcp-server.d.ts",
      "import": "./dist/mcp-server.js"
    },
    "./pi-extension": {
      "types": "./dist/pi/extension.d.ts",
      "import": "./dist/pi/extension.js"
    }
  },
  "pi": {
    "extensions": [
      "./dist/pi/extension.js"
    ],
    "skills": [
      "./skills"
    ],
    "video": "https://raw.githubusercontent.com/mrosnerr/open-zk-kb/main/assets/pi-demo.mp4",
    "image": "https://raw.githubusercontent.com/mrosnerr/open-zk-kb/main/assets/pi-demo.png"
  },
  "sideEffects": false,
  "bin": {
    "open-zk-kb": "./dist/cli.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mrosnerr/open-zk-kb.git"
  },
  "homepage": "https://github.com/mrosnerr/open-zk-kb",
  "bugs": {
    "url": "https://github.com/mrosnerr/open-zk-kb/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "dist/",
    "patches/",
    "skills/",
    "skill-templates/",
    "templates/",
    "assets/obsidian-home.png",
    "assets/pi-demo.gif",
    "assets/pi-demo.mp4",
    "assets/pi-demo.png",
    "assets/pi-preference-application.png",
    "assets/pi-preference-removal.png",
    "assets/pi-preference-store.png",
    "docs/",
    "README.md",
    "LICENSE",
    "CHANGELOG.md",
    "server.json",
    "llms.txt"
  ],
  "scripts": {
    "build": "tsc",
    "dev:scaffold": "bun run scripts/dev-scaffold.ts",
    "prepublishOnly": "bun run build && bun run typecheck && bun test",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "typecheck": "tsc --noEmit",
    "test": "bun test",
    "test:watch": "bun test --watch",
    "test:coverage": "bun test --coverage",
    "eval": "EVAL=1 bun test tests/eval/eval.test.ts --timeout 120000",
    "setup": "bun run src/setup.ts",
    "release": "bun run scripts/release.ts",
    "build:plugin": "bun run scripts/build-plugin.ts"
  },
  "dependencies": {
    "@clack/prompts": "^1.1.0",
    "@huggingface/transformers": "4.2.0",
    "@modelcontextprotocol/sdk": "^1.26.0",
    "@mozilla/readability": "^0.6.0",
    "linkedom": "^0.18.12",
    "onnxruntime-web": "1.27.0",
    "picocolors": "^1.1.1",
    "remark-frontmatter": "^5.0.0",
    "remark-parse": "^11.0.0",
    "turndown": "^7.2.4",
    "unified": "^11.0.5",
    "yaml": "^2.3.4"
  },
  "devDependencies": {
    "@earendil-works/pi-ai": "^0.84.2",
    "@earendil-works/pi-coding-agent": "^0.84.2",
    "@earendil-works/pi-tui": "^0.84.2",
    "@eslint/js": "^10.0.1",
    "@types/turndown": "^5.0.6",
    "@typescript-eslint/eslint-plugin": "^8.58.1",
    "@typescript-eslint/parser": "^8.58.1",
    "bun-types": "^1.2.2",
    "eslint": "^10.0.3",
    "typebox": "^1.3.6",
    "typescript": "^6.0.2",
    "typescript-eslint": "^8.58.1"
  },
  "engines": {
    "bun": ">=1.0.0",
    "node": ">=22.19.0"
  },
  "keywords": [
    "mcp",
    "mcp-server",
    "model-context-protocol",
    "zettelkasten",
    "zettelkasten-ai",
    "knowledge-management",
    "knowledge-graph",
    "ai",
    "ai-memory",
    "persistent-memory",
    "llm",
    "claude-code",
    "opencode",
    "pi-package",
    "pi-coding-agent",
    "cursor",
    "windsurf",
    "ai-coding-assistant",
    "sqlite",
    "fts5",
    "embeddings",
    "semantic-search",
    "obsidian",
    "obsidian-vault",
    "notes",
    "note-taking",
    "markdown",
    "wiki-links",
    "local-first",
    "offline",
    "second-brain",
    "memory"
  ],
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-tui": "*",
    "typebox": "*"
  },
  "peerDependenciesMeta": {
    "@earendil-works/pi-coding-agent": {
      "optional": true
    },
    "@earendil-works/pi-ai": {
      "optional": true
    },
    "typebox": {
      "optional": true
    },
    "@earendil-works/pi-tui": {
      "optional": true
    }
  },
  "license": "MIT",
  "overrides": {
    "adm-zip": "0.6.0",
    "sharp": "0.35.3"
  }
}
