Version Packages (#1228)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-09-22 19:23:22 +02:00
committed by GitHub
parent a58719cf50
commit 05f6242f7e
23 changed files with 165 additions and 131 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "task-master-ai",
"version": "0.27.0-rc.2",
"version": "0.27.0",
"description": "A task management system for ambitious AI-driven development that doesn't overwhelm and confuse Cursor.",
"main": "index.js",
"type": "module",
@@ -9,7 +9,11 @@
"task-master-mcp": "dist/mcp-server.js",
"task-master-ai": "dist/mcp-server.js"
},
"workspaces": ["apps/*", "packages/*", "."],
"workspaces": [
"apps/*",
"packages/*",
"."
],
"scripts": {
"build": "npm run build:build-config && cross-env NODE_ENV=production tsdown",
"dev": "tsdown --watch",
@@ -114,7 +118,12 @@
"bugs": {
"url": "https://github.com/eyaltoledano/claude-task-master/issues"
},
"files": ["dist/**", "README-task-master.md", "README.md", "LICENSE"],
"files": [
"dist/**",
"README-task-master.md",
"README.md",
"LICENSE"
],
"overrides": {
"node-fetch": "^2.6.12",
"whatwg-url": "^11.0.0"