mirror of
https://github.com/harivansh-afk/clanker-agent.git
synced 2026-04-15 04:03:27 +00:00
- 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
48 lines
1 KiB
JSON
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"
|
|
}
|
|
}
|