agent-ecosystem/agent-teams-controller/package.json
2026-05-26 19:44:23 +03:00

19 lines
444 B
JSON

{
"name": "agent-teams-controller",
"version": "1.0.0",
"private": true,
"description": "Controller package for Claude agent teams operations",
"type": "commonjs",
"main": "src/index.js",
"files": [
"dist"
],
"scripts": {
"build": "node ./scripts/build.mjs",
"test": "vitest run --config vitest.config.js",
"test:watch": "vitest --config vitest.config.js"
},
"engines": {
"node": ">=24.16.0 <25"
}
}