UNPKG

openai-compatible-task-master

Version:

使用MCP解析PRD文档并生成任务列表

72 lines (71 loc) 1.82 kB
{ "name": "openai-compatible-task-master", "version": "1.15.2", "description": "使用MCP解析PRD文档并生成任务列表", "main": "build/command.js", "scripts": { "build": "tsc && chmod +x ./build/command.js", "start": "node ./build/command.js", "dev": "tsc && node ./build/command.js", "test": "node --test ./build/llm/__tests__/*.test.js", "prepare": "husky" }, "bin": { "octm-cli": "./build/command.js" }, "files": [ "build", "rules", ".env.octm.example", "examples" ], "keywords": [ "prd", "tasks", "mcp", "openai" ], "author": "Chet Zhang", "license": "ISC", "type": "module", "engines": { "node": ">=18.0.0" }, "repository": { "type": "git", "url": "https://code.alibaba-inc.com/zhangxuanren.zxr/openai-compatible-task-master" }, "homepage": "https://code.alibaba-inc.com/zhangxuanren.zxr/openai-compatible-task-master#readme", "bugs": { "url": "https://code.alibaba-inc.com/zhangxuanren.zxr/openai-compatible-task-master/issues" }, "devDependencies": { "@eslint/js": "^9.24.0", "@types/fs-extra": "^11.0.4", "@types/inquirer": "^9.0.7", "@types/node": "^20.12.4", "@types/node-fetch": "^2.6.11", "@types/path-browserify": "^1.0.2", "eslint": "^9.24.0", "globals": "^16.0.0", "husky": "^9.1.7", "lint-staged": "^15.5.1", "typescript": "^5.8.3", "typescript-eslint": "^8.30.1" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.9.0", "chalk": "^5.4.1", "commander": "^13.1.0", "dotenv": "^16.5.0", "fast-xml-parser": "^5.2.0", "fs-extra": "^11.2.0", "inquirer": "^9.2.12", "node-fetch": "^3.3.2", "path-browserify": "^1.0.1", "zod": "^3.22.4" }, "lint-staged": { "*.ts": "eslint --fix" } }