package.json•1.14 kB
{
"name": "@pinkpixel/taskflow-mcp",
"version": "1.5.0",
"description": "Model Context Protocol (MCP) server for planning and executing tasks.",
"author": "Pink Pixel",
"main": "dist/index.js",
"type": "module",
"bin": {
"taskflow-mcp": "dist/index.js"
},
"files": [
"dist"
],
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"dev": "tsc -w",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pinkpixel-dev/taskflow-mcp.git"
},
"keywords": [
"taskflow",
"task",
"task manager",
"mcp",
"model context protocol",
"claude",
"cursor"
],
"license": "MIT",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.11.1",
"chalk": "^5.3.0",
"docker-cli": "^0.0.2",
"glob": "^10.3.10",
"js-yaml": "^4.1.0",
"zod": "^3.23.8",
"zod-to-json-schema": "^3.23.5"
},
"devDependencies": {
"@types/js-yaml": "^4.0.9",
"@types/json-schema": "^7.0.15",
"@types/node": "^22.15.17",
"@types/fs-extra": "^11.0.4",
"typescript": "^5.8.3",
"shx": "^0.3.4"
}
}