{
  "name": "@inkdropapp/mcp-server",
  "version": "1.3.1",
  "description": "Inkdrop Model Context Protocol Server",
  "bin": {
    "inkdrop-mcp-server": "dist/index.js"
  },
  "scripts": {
    "start": "bun src/index.ts",
    "build": "tsc && chmod +x dist/*.js",
    "prepublishOnly": "npm run build",
    "watch": "tsc --watch",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/inkdropapp/mcp-server.git"
  },
  "keywords": [
    "Inkdrop",
    "MCP",
    "Claude"
  ],
  "author": "Takuya Matsuyama<contact@inkdrop.app>",
  "license": "Apache-2.0",
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.26.0",
    "ajv": "^8.17.1",
    "inkdrop-model": "^2.11.1",
    "zod": "^4.3.6"
  },
  "devDependencies": {
    "@types/node": "^25.2.3",
    "prettier": "^3.8.1",
    "typescript": "^5.9.3"
  }
}
