package.jsonโข1.13 kB
{
"name": "ace-mcp-server",
"version": "1.0.0",
"description": "ACE (Agentic Context Engineering) MCP Server implementation",
"main": "dist/index.js",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/Angry-Robot-Deals/ace-mcp.git"
},
"author": "Angry Robot Deals",
"license": "MIT",
"bugs": {
"url": "https://github.com/Angry-Robot-Deals/ace-mcp/issues"
},
"homepage": "https://github.com/Angry-Robot-Deals/ace-mcp#readme",
"scripts": {
"build": "tsc",
"dev": "tsx src/index.ts",
"start": "node dist/index.js",
"test": "jest",
"test:watch": "jest --watch"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^0.5.0",
"axios": "^1.13.0",
"fs-extra": "^11.2.0",
"openai": "^6.7.0",
"uuid": "^9.0.1",
"zod": "^4.1.12"
},
"devDependencies": {
"@types/axios": "^0.9.36",
"@types/jest": "^30.0.0",
"@types/node": "^20.11.0",
"@types/uuid": "^9.0.8",
"jest": "^30.2.0",
"ts-jest": "^29.4.5",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
},
"engines": {
"node": ">=18.0.0"
}
}