clanker-agent/packages/companion-teams/package.json
Harivansh Rathi 536241053c refactor: finish companion rename migration
Complete the remaining pi-to-companion rename across companion-os, web, vm-orchestrator, docker, and archived fixtures.

Verification:
- semantic rg sweeps for Pi/piConfig/getPi/.pi runtime references
- npm run check in apps/companion-os (fails in this worktree: biome not found)

Co-authored-by: Codex <noreply@openai.com>
2026-03-10 07:39:32 -05:00

47 lines
1 KiB
JSON

{
"name": "companion-teams",
"version": "0.8.6",
"description": "Agent teams for companion, ported from claude-code-teams-mcp",
"repository": {
"type": "git",
"url": "git+https://github.com/burggraf/companion-teams.git"
},
"author": "Mark Burggraf",
"license": "MIT",
"keywords": [
"companion-package"
],
"scripts": {
"test": "vitest run"
},
"main": "extensions/index.ts",
"files": [
"extensions",
"skills",
"src",
"package.json",
"README.md"
],
"dependencies": {
"uuid": "^11.1.0"
},
"peerDependencies": {
"@mariozechner/companion-coding-agent": "*",
"@sinclair/typebox": "*"
},
"companion": {
"image": "https://raw.githubusercontent.com/burggraf/companion-teams/main/companion-team-in-action.png",
"extensions": [
"extensions/index.ts"
],
"skills": [
"skills"
]
},
"devDependencies": {
"@types/node": "^25.3.0",
"ts-node": "^10.9.2",
"typescript": "^5.9.3",
"vitest": "^4.0.18"
}
}