{ "name": "@open-pencil/mcp", "version": "0.11.0", "license": "MIT", "type": "module", "main": "./src/server.ts", "bin": { "openpencil-mcp": "./dist/index.js" }, "files": [ "src", "dist" ], "scripts": { "build": "bunx tsgo && bunx fix-esm-import-path dist", "prepublishOnly": "bun run build" }, "repository": { "type": "git", "url": "git+https://github.com/open-pencil/open-pencil.git", "directory": "packages/mcp" }, "publishConfig": { "access": "public", "provenance": true }, "dependencies": { "@hono/node-server": "^1.19.9", "@modelcontextprotocol/sdk": "^1.25.2", "@open-pencil/core": "workspace:*", "hono": "^4.11.4", "zod": "^4.3.6", "ws": "^8.19.0" }, "devDependencies": { "@types/node": "^22.0.0", "@types/ws": "^8.18.1" } }