package.json•1.28 kB
{
"name": "mcp-server-todotxt",
"version": "1.2.0",
"description": "Todo.txt MCP Server",
"keywords": [
"mcp",
"ai",
"todo"
],
"license": "ISC",
"author": "guifelix",
"type": "module",
"main": "build/index.js",
"module": "index.ts",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.11.0",
"jstodotxt": "^1.0.0-alpha.4",
"zod": "^3.24.3"
},
"devDependencies": {
"@types/node": "^22.15.3",
"conventional-changelog-cli": "^5.0.0",
"shx": "^0.3.4",
"ts-node": "^10.9.2",
"typescript": "^5.8.3",
"vitest": "^3.2.1"
},
"scripts": {
"build": "tsc && shx chmod +x dist/*.js",
"changelog": "conventional-changelog -p conventionalcommits -i CHANGELOG.md -s -r 0",
"changelog:latest": "conventional-changelog -p conventionalcommits -r 1 > RELEASE_NOTES.md",
"prepare": "npm run build",
"test": "vitest run",
"watch": "tsc --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/guifelix/mcp-server-todotxt.git"
},
"bugs": {
"url": "https://github.com/guifelix/mcp-server-todotxt/issues"
},
"homepage": "https://github.com/guifelix/mcp-server-todotxt#readme",
"files": [
"dist"
],
"bin": {
"mcp-server-todotxt": "dist/index.js"
}
}