{
  "name": "@zuchka/obsidian-mcp",
  "version": "0.1.0",
  "description": "MCP server for Obsidian via the official CLI",
  "type": "module",
  "main": "dist/index.js",
  "bin": {
    "obsidian-mcp": "dist/index.js"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsc",
    "start": "node dist/index.js",
    "test": "vitest run",
    "test:watch": "vitest"
  },
  "keywords": [
    "mcp",
    "obsidian",
    "claude",
    "ai",
    "model-context-protocol",
    "pkm",
    "vault"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/zuchka/obsidian-mcp.git"
  },
  "homepage": "https://github.com/zuchka/obsidian-mcp#readme",
  "bugs": {
    "url": "https://github.com/zuchka/obsidian-mcp/issues"
  },
  "engines": {
    "node": ">=18"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.10.0",
    "zod": "^3.24.0"
  },
  "devDependencies": {
    "@types/node": "^22.0.0",
    "typescript": "^5.7.0",
    "vitest": "^2.1.0"
  }
}
