@oliverpople/agency-x
Version:
🚀 **Transform feature requests into production-ready code in seconds**
60 lines (59 loc) • 1.28 kB
JSON
{
"name": "@oliverpople/agency-x",
"version": "6.1.0",
"main": "dist/index.js",
"bin": {
"subagents": "dist/cli/index.js"
},
"scripts": {
"build": "tsup src/index.ts src/cli/index.ts --format esm,cjs --dts",
"start": "node dist/index.js",
"test": "jest"
},
"keywords": [
"subagents",
"ai",
"llm",
"claude",
"openai",
"saas",
"automation",
"framework"
],
"author": "Oliver Pople",
"repository": {
"type": "git",
"url": "git+https://github.com/oliverpople/agency-x.git"
},
"bugs": {
"url": "https://github.com/oliverpople/subagents-protocol/issues"
},
"homepage": "https://github.com/oliverpople/subagents-protocol#readme",
"files": [
"dist",
"src",
"README.md",
"LICENSE"
],
"license": "ISC",
"description": "",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.58.0",
"@changesets/cli": "^2.29.5",
"@types/chalk": "^0.4.31",
"@types/jest": "^30.0.0",
"@types/node": "^24.2.0",
"chalk": "^4.1.2",
"dotenv": "^17.2.1",
"esbuild": "^0.25.8",
"jest": "^30.0.5",
"openai": "^5.12.0",
"say": "^0.16.0",
"ts-jest": "^29.4.1",
"tsup": "^8.5.0",
"typescript": "^5.9.2"
}
}