package.json•1.25 kB
{
"name": "mcp-triliumnext",
"version": "0.1.0",
"description": "MCP server for TriliumNext note-taking application",
"type": "module",
"main": "src/index.js",
"bin": {
"mcp-triliumnext": "src/index.js"
},
"scripts": {
"start": "node src/index.js",
"dev": "node --watch src/index.js",
"test-connectivity": "node scripts/test-connectivity.js",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.0",
"axios": "^1.7.0",
"dotenv": "^17.2.0"
},
"devDependencies": {
"@babel/core": "^7.28.0",
"@babel/preset-env": "^7.28.0",
"@types/node": "^20.0.0",
"babel-jest": "^29.7.0",
"jest": "^29.7.0",
"typescript": "^5.0.0"
},
"engines": {
"node": ">=18.0.0"
},
"keywords": [
"mcp",
"trilium",
"notes",
"model-context-protocol",
"ai-tools"
],
"author": "",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/your-username/mcp-triliumnext.git"
},
"bugs": {
"url": "https://github.com/your-username/mcp-triliumnext/issues"
},
"homepage": "https://github.com/your-username/mcp-triliumnext#readme"
}