mirror of
https://github.com/AgentSeal/codeburn.git
synced 2026-08-22 06:54:26 +00:00
Maintainer call: the diagnostics/observation breaking changes are documented in the CHANGELOG now, but the version number moves at the next actual publish (core before cli), not on the branch. The 0.x bump owed for the core API break is recorded in the CHANGELOG heading.
32 lines
1 KiB
JSON
32 lines
1 KiB
JSON
{
|
|
"name": "codeburn-monorepo",
|
|
"version": "0.9.20",
|
|
"description": "CodeBurn monorepo — CLI (packages/cli) + @codeburn/core (packages/core)",
|
|
"private": true,
|
|
"type": "module",
|
|
"workspaces": [
|
|
"packages/*"
|
|
],
|
|
"scripts": {
|
|
"bundle-litellm": "npm run bundle-litellm -w codeburn",
|
|
"build": "npm run build -w codeburn",
|
|
"build:cli": "npm run build:cli -w codeburn",
|
|
"build:dash": "npm run build:dash -w codeburn",
|
|
"dev": "npm run dev -w codeburn",
|
|
"test": "npm run build -w @codeburn/core && npm run test -w @codeburn/core && npm run test -w codeburn",
|
|
"check:workspace-versions": "node scripts/check-workspace-versions.mjs"
|
|
},
|
|
"engines": {
|
|
"node": ">=22.13.0"
|
|
},
|
|
"author": "AgentSeal <hello@agentseal.org>",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/getagentseal/codeburn.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/getagentseal/codeburn/issues"
|
|
},
|
|
"homepage": "https://github.com/getagentseal/codeburn#readme"
|
|
}
|