Files
fusion/packages/cli-alias/package.json
gsxdsm 635dba8cbb chore(release): v0.5.0
Manual version bump to 0.5.0 (changeset version produced 1.0.0 from a
single minor changeset against 0.4.1; that release was rolled back and
the 1.0.0 npm version deprecated).

Aggregates: status terminology refresh (planning/replan), Reviewer
rename, in-review pause behavior, dashboard-tui resize hardening,
dev-server experimental toggle fix, version reporting fix.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-26 17:31:46 -07:00

41 lines
825 B
JSON

{
"name": "runfusion.ai",
"version": "0.5.0",
"license": "MIT",
"description": "Launch Fusion with `npx runfusion.ai` — tiny alias for @runfusion/fusion.",
"homepage": "https://runfusion.ai",
"bugs": {
"url": "https://github.com/Runfusion/Fusion/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Runfusion/Fusion.git",
"directory": "packages/cli-alias"
},
"keywords": [
"fusion",
"runfusion",
"ai",
"agent",
"dashboard",
"cli"
],
"type": "module",
"bin": {
"runfusion.ai": "index.js",
"runfusion": "index.js",
"fn": "index.js",
"fusion": "index.js"
},
"files": [
"index.js",
"README.md"
],
"publishConfig": {
"access": "public"
},
"dependencies": {
"@runfusion/fusion": "workspace:*"
}
}