package.json•1.04 kB
{
"name": "bear-mcp",
"version": "4.0.3",
"description": "MCP server for Bear Note Taking App - integrate Bear with Claude Desktop",
"main": "dist/index.js",
"bin": {
"bear-mcp": "./dist/index.js"
},
"files": [
"dist/**/*",
"README.md",
"LICENSE"
],
"scripts": {
"build": "tsc",
"dev": "tsx src/index.ts",
"start": "node dist/index.js",
"prepublishOnly": "npm run build"
},
"keywords": ["mcp", "bear", "notes", "bear-app", "model-context-protocol"],
"author": "",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/philgetzen/bear-mcp.git"
},
"bugs": {
"url": "https://github.com/philgetzen/bear-mcp/issues"
},
"homepage": "https://github.com/philgetzen/bear-mcp#readme",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.4",
"open": "^10.1.0",
"sqlite3": "^5.1.7"
},
"devDependencies": {
"@types/node": "^22.10.2",
"@types/sqlite3": "^3.1.11",
"tsx": "^4.19.2",
"typescript": "^5.7.2"
}
}