Co-authored-by: Claude <noreply@anthropic.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
159 lines
4.8 KiB
JSON
159 lines
4.8 KiB
JSON
{
|
|
"name": "task-master-ai",
|
|
"version": "0.30.0-rc.0",
|
|
"description": "A task management system for ambitious AI-driven development that doesn't overwhelm and confuse Cursor.",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"bin": {
|
|
"task-master": "dist/task-master.js",
|
|
"task-master-mcp": "dist/mcp-server.js",
|
|
"task-master-ai": "dist/mcp-server.js"
|
|
},
|
|
"workspaces": ["apps/*", "packages/*", "."],
|
|
"scripts": {
|
|
"build": "npm run build:build-config && cross-env NODE_ENV=production tsdown",
|
|
"dev": "tsdown --watch",
|
|
"turbo:dev": "turbo dev",
|
|
"turbo:build": "turbo build",
|
|
"turbo:typecheck": "turbo typecheck",
|
|
"build:build-config": "npm run build -w @tm/build-config",
|
|
"test": "cross-env NODE_ENV=test node --experimental-vm-modules node_modules/.bin/jest",
|
|
"test:unit": "node --experimental-vm-modules node_modules/.bin/jest --testPathPattern=unit",
|
|
"test:integration": "node --experimental-vm-modules node_modules/.bin/jest --testPathPattern=integration",
|
|
"test:fails": "node --experimental-vm-modules node_modules/.bin/jest --onlyFailures",
|
|
"test:watch": "node --experimental-vm-modules node_modules/.bin/jest --watch",
|
|
"test:coverage": "node --experimental-vm-modules node_modules/.bin/jest --coverage",
|
|
"test:ci": "node --experimental-vm-modules node_modules/.bin/jest --coverage --ci",
|
|
"test:e2e": "./tests/e2e/run_e2e.sh",
|
|
"test:e2e-report": "./tests/e2e/run_e2e.sh --analyze-log",
|
|
"postpack": "chmod +x dist/task-master.js dist/mcp-server.js",
|
|
"changeset": "changeset",
|
|
"release": "changeset publish",
|
|
"publish-packages": "turbo run build lint test && changeset version && changeset publish",
|
|
"inspector": "npx @modelcontextprotocol/inspector node dist/mcp-server.js",
|
|
"mcp-server": "node dist/mcp-server.js",
|
|
"format-check": "biome format .",
|
|
"format": "biome format . --write",
|
|
"deps:check": "manypkg check || echo 'Note: Workspace package version warnings are expected for internal @tm/* packages'",
|
|
"deps:fix": "manypkg fix"
|
|
},
|
|
"keywords": [
|
|
"claude",
|
|
"task",
|
|
"management",
|
|
"ai",
|
|
"development",
|
|
"cursor",
|
|
"anthropic",
|
|
"llm",
|
|
"mcp",
|
|
"context"
|
|
],
|
|
"author": "Eyal Toledano",
|
|
"license": "MIT WITH Commons-Clause",
|
|
"dependencies": {
|
|
"@ai-sdk/amazon-bedrock": "^3.0.23",
|
|
"@ai-sdk/anthropic": "^2.0.18",
|
|
"@ai-sdk/azure": "^2.0.34",
|
|
"@ai-sdk/google": "^2.0.16",
|
|
"@ai-sdk/google-vertex": "^3.0.29",
|
|
"@ai-sdk/groq": "^2.0.21",
|
|
"@ai-sdk/mistral": "^2.0.16",
|
|
"@ai-sdk/openai": "^2.0.34",
|
|
"@ai-sdk/perplexity": "^2.0.10",
|
|
"@ai-sdk/provider": "^2.0.0",
|
|
"@ai-sdk/provider-utils": "^3.0.10",
|
|
"@ai-sdk/xai": "^2.0.22",
|
|
"@aws-sdk/credential-providers": "^3.895.0",
|
|
"@inquirer/search": "^3.0.15",
|
|
"@openrouter/ai-sdk-provider": "^1.2.0",
|
|
"@streamparser/json": "^0.0.22",
|
|
"@supabase/supabase-js": "^2.57.4",
|
|
"ai": "^5.0.51",
|
|
"ai-sdk-provider-claude-code": "^1.1.4",
|
|
"ai-sdk-provider-codex-cli": "^0.3.0",
|
|
"ai-sdk-provider-gemini-cli": "^1.1.1",
|
|
"ajv": "^8.17.1",
|
|
"ajv-formats": "^3.0.1",
|
|
"boxen": "^8.0.1",
|
|
"chalk": "5.6.2",
|
|
"cli-highlight": "^2.1.11",
|
|
"cli-progress": "^3.12.0",
|
|
"cli-table3": "^0.6.5",
|
|
"commander": "^12.1.0",
|
|
"cors": "^2.8.5",
|
|
"dotenv": "^16.6.1",
|
|
"express": "^4.21.2",
|
|
"fastmcp": "^3.5.0",
|
|
"figlet": "^1.8.0",
|
|
"fs-extra": "^11.3.0",
|
|
"fuse.js": "^7.1.0",
|
|
"gpt-tokens": "^1.3.14",
|
|
"gradient-string": "^3.0.0",
|
|
"helmet": "^8.1.0",
|
|
"inquirer": "^12.5.0",
|
|
"jsonc-parser": "^3.3.1",
|
|
"jsonrepair": "^3.13.0",
|
|
"jsonwebtoken": "^9.0.2",
|
|
"lru-cache": "^10.2.0",
|
|
"marked": "^15.0.12",
|
|
"marked-terminal": "^7.3.0",
|
|
"ollama-ai-provider-v2": "^1.3.1",
|
|
"open": "^10.2.0",
|
|
"ora": "^8.2.0",
|
|
"simple-git": "^3.28.0",
|
|
"uuid": "^11.1.0",
|
|
"zod": "^4.1.11"
|
|
},
|
|
"optionalDependencies": {
|
|
"@anthropic-ai/claude-code": "^1.0.88",
|
|
"@biomejs/cli-linux-x64": "^1.9.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"packageManager": "npm@10.9.2",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/eyaltoledano/claude-task-master.git"
|
|
},
|
|
"homepage": "https://github.com/eyaltoledano/claude-task-master#readme",
|
|
"bugs": {
|
|
"url": "https://github.com/eyaltoledano/claude-task-master/issues"
|
|
},
|
|
"files": [
|
|
"dist/**",
|
|
"README-task-master.md",
|
|
"README.md",
|
|
"LICENSE",
|
|
"CHANGELOG.md"
|
|
],
|
|
"overrides": {
|
|
"node-fetch": "^2.6.12",
|
|
"whatwg-url": "^11.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "^1.9.4",
|
|
"@changesets/changelog-github": "^0.5.1",
|
|
"@changesets/cli": "^2.28.1",
|
|
"@manypkg/cli": "^0.25.1",
|
|
"@tm/ai-sdk-provider-grok-cli": "*",
|
|
"@tm/cli": "*",
|
|
"@types/jest": "^29.5.14",
|
|
"@types/marked-terminal": "^6.1.1",
|
|
"concurrently": "^9.2.1",
|
|
"cross-env": "^10.0.0",
|
|
"execa": "^8.0.1",
|
|
"jest": "^29.7.0",
|
|
"jest-environment-node": "^29.7.0",
|
|
"mock-fs": "^5.5.0",
|
|
"prettier": "^3.5.3",
|
|
"supertest": "^7.1.0",
|
|
"ts-jest": "^29.4.2",
|
|
"tsdown": "^0.15.2",
|
|
"tsx": "^4.20.4",
|
|
"turbo": "2.5.6",
|
|
"typescript": "^5.9.2"
|
|
}
|
|
}
|