{ "name": "@kilocode/upstream-merge", "version": "7.3.40", "private": true, "type": "module", "description": "Scripts for automating upstream opencode merges into Kilo", "scripts": { "merge": "bun run merge.ts", "merge:dry-run": "bun run merge.ts --dry-run", "merge:report": "bun run merge.ts --report-only", "transform:names": "bun run transforms/package-names.ts", "transform:imports": "bun run codemods/transform-imports.ts", "transform:strings": "bun run codemods/transform-strings.ts", "transform:all": "bun run transforms/package-names.ts && bun run codemods/transform-imports.ts && bun run codemods/transform-strings.ts", "versions": "bun run transforms/preserve-versions.ts", "fix:markers": "bun run fix-kilocode-markers.ts", "reset:upstream": "bun run reset-to-upstream.ts", "find:candidates": "bun run find-reset-candidates.ts", "keep-ours": "bun run transforms/keep-ours.ts" }, "dependencies": { "ts-morph": "^24.0.0" }, "devDependencies": { "@types/bun": "1.3.14" }, "peerDependencies": {} }