agent-orchestrator/sidecar/package.json
Hibryda a63e6711ac refactor!: rebrand bterminal to agor (agents-orchestrator)
Rename Cargo crates (bterminal-core→agor-core, bterminal-relay→agor-relay),
env vars (BTERMINAL_*→AGOR_*), config paths (~/.config/agor), CSS custom
properties, plugin API object, package names, and all documentation.

BREAKING CHANGE: config/data paths changed from bterminal to agor.
2026-03-17 01:12:25 +01:00

12 lines
289 B
JSON

{
"name": "agor-sidecar",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"build": "esbuild claude-runner.ts --bundle --platform=node --target=node20 --outfile=dist/claude-runner.mjs --format=esm"
},
"devDependencies": {
"esbuild": "0.25.4"
}
}