package.json•1.23 kB
{
"name": "@kydycode/todoist-mcp-server-ext",
"version": "0.3.0",
"description": "Extended MCP server for Todoist API integration with enhanced features and improved compatibility",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"bin": {
"todoist-mcp-server-ext": "dist/index.js"
},
"files": [
"dist"
],
"scripts": {
"build": "tsc && shx chmod +x dist/*.js",
"prepare": "npm run build",
"watch": "tsc --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kydycode/todoist-mcp-server-ext.git"
},
"keywords": [
"mcp",
"todoist",
"claude",
"ai",
"task-management",
"extended",
"enhanced",
"kydycode"
],
"author": "kydycode (extended version) - Original by abhiz123",
"license": "MIT",
"bugs": {
"url": "https://github.com/kydycode/todoist-mcp-server-ext/issues"
},
"homepage": "https://github.com/kydycode/todoist-mcp-server-ext#readme",
"dependencies": {
"@doist/todoist-api-typescript": "^4.0.4",
"@modelcontextprotocol/sdk": "0.5.0",
"zod": "^3.22.0"
},
"devDependencies": {
"@types/node": "^22.10.1",
"shx": "^0.3.4",
"typescript": "^5.7.2"
}
}