UNPKG

warp-task-master

Version:

BETA: Experimental Task Master fork with Warp AI integration and human-readable profile names. For production use, see task-master-ai.

170 lines (169 loc) 4.99 kB
{ "name": "warp-task-master", "version": "1.0.0-beta.8", "description": "BETA: Experimental Task Master fork with Warp AI integration and human-readable profile names. For production use, see task-master-ai.", "main": "index.js", "type": "module", "bin": { "warp-task-master": "dist/task-master.js", "warp-task-master-mcp": "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": "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": [ "warp", "task", "management", "ai", "development", "claude", "cursor", "anthropic", "llm", "mcp", "context", "terminal", "profiles", "beta", "experimental", "fork" ], "author": "TheLazyIndianTechie (fork of task-master-ai by Eyal Toledano)", "license": "MIT WITH Commons-Clause", "dependencies": { "@ai-sdk/amazon-bedrock": "^2.2.9", "@ai-sdk/anthropic": "^1.2.10", "@ai-sdk/azure": "^1.3.17", "@ai-sdk/google": "^1.2.13", "@ai-sdk/google-vertex": "^2.2.23", "@ai-sdk/groq": "^1.2.9", "@ai-sdk/mistral": "^1.2.7", "@ai-sdk/openai": "^1.3.20", "@ai-sdk/perplexity": "^1.1.7", "@ai-sdk/xai": "^1.2.15", "@anthropic-ai/sdk": "^0.39.0", "@aws-sdk/credential-providers": "^3.817.0", "@inquirer/search": "^3.0.15", "@openrouter/ai-sdk-provider": "^0.4.5", "@streamparser/json": "^0.0.22", "@supabase/supabase-js": "^2.57.4", "ai": "^4.3.10", "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.3.1", "express": "^4.21.2", "fastmcp": "^3.5.0", "figlet": "^1.8.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": "^1.2.0", "openai": "^4.89.0", "ora": "^8.2.0", "uuid": "^11.1.0", "zod": "^3.23.8", "zod-to-json-schema": "^3.24.5" }, "optionalDependencies": { "@anthropic-ai/claude-code": "^1.0.88", "@biomejs/cli-linux-x64": "^1.9.4", "ai-sdk-provider-gemini-cli": "^0.1.3" }, "engines": { "node": ">=18.0.0", "npm": ">=8.0.0" }, "os": [ "darwin", "linux", "win32" ], "packageManager": "npm@10.9.2", "repository": { "type": "git", "url": "git+https://github.com/TheLazyIndianTechie/warp-task-master.git" }, "homepage": "https://github.com/TheLazyIndianTechie/warp-task-master#readme", "bugs": { "url": "https://github.com/TheLazyIndianTechie/warp-task-master/issues" }, "files": [ "dist/**", "README.md", "CHANGELOG.md", "LICENSE", "scripts/init.js" ], "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/cli": "*", "@types/jest": "^29.5.14", "@types/marked-terminal": "^6.1.1", "concurrently": "^9.2.1", "cross-env": "^10.0.0", "dotenv-mono": "^1.5.1", "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.7.3" } }