All workspace packages to 8.0.0; inter-package ranges tightened from * to ^8.0.0 for publication. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_014NgfSjHE11oFpoSnLVKLXd
27 lines
485 B
JSON
27 lines
485 B
JSON
{
|
|
"name": "@uhhm/buuh-migrate",
|
|
"version": "8.0.0",
|
|
"description": "Codemod: migrate choo v7 apps to buuh (choo v8) (ESM, new package names)",
|
|
"type": "module",
|
|
"bin": {
|
|
"buuh-migrate": "./cli.js"
|
|
},
|
|
"exports": {
|
|
".": "./lib/transform.js"
|
|
},
|
|
"files": [
|
|
"cli.js",
|
|
"lib"
|
|
],
|
|
"engines": {
|
|
"node": ">=24"
|
|
},
|
|
"repository": "https://project.uhhm.no/uhhm/buuh",
|
|
"keywords": [
|
|
"choo",
|
|
"codemod",
|
|
"migration"
|
|
],
|
|
"license": "MIT"
|
|
}
|