package.json•658 B
{
"type": "module",
"name": "obsidian-mcp-server",
"version": "1.0.0",
"main": "index.js",
"bin": {
"obsidian": "./build/index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\""
},
"files": [
"build"
],
"keywords": [],
"author": "Marcel Marais",
"license": "ISC",
"description": "",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.6.1",
"@types/glob": "^8.1.0",
"glob": "^11.0.1",
"zod": "^3.24.2"
},
"devDependencies": {
"@types/node": "^22.13.8",
"typescript": "^5.8.2"
}
}