clanker-agent/packages/clanker-teams/package.json
Harivansh Rathi 67168d8289 chore: rebrand companion-os to clanker-agent
- Rename all package names from companion-* to clanker-*
- Update npm scopes from @mariozechner to @harivansh-afk
- Rename config directories .companion -> .clanker
- Rename environment variables COMPANION_* -> CLANKER_*
- Update all documentation, README files, and install scripts
- Rename package directories (companion-channels, companion-grind, companion-teams)
- Update GitHub URLs to harivansh-afk/clanker-agent
- Preserve full git history from companion-cloud monorepo
2026-03-26 16:22:52 -04:00

48 lines
1 KiB
JSON

{
"name": "clanker-teams",
"version": "0.8.6",
"description": "Agent teams for clanker, ported from claude-code-teams-mcp",
"repository": {
"type": "git",
"url": "git+https://github.com/harivansh-afk/clanker-agent.git",
"directory": "packages/clanker-teams"
},
"author": "Mark Burggraf",
"license": "MIT",
"keywords": [
"clanker-package"
],
"scripts": {
"test": "vitest run"
},
"main": "extensions/index.ts",
"files": [
"extensions",
"skills",
"src",
"package.json",
"README.md"
],
"dependencies": {
"uuid": "^11.1.0"
},
"peerDependencies": {
"@harivansh-afk/clanker-coding-agent": "*",
"@sinclair/typebox": "*"
},
"clanker": {
"image": "https://raw.githubusercontent.com/burggraf/clanker-teams/main/clanker-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"
}
}