diff --git a/package.json b/package.json index 7edce66..838d752 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,6 @@ { - "name": "rune", + "name": "@lanyuanxiaoyao/rune", "version": "0.1.0", - "private": true, "bin": { "rune": "./src/cli.ts" }, @@ -15,7 +14,8 @@ "lint": "oxlint", "format": "oxfmt .", "format:check": "oxfmt --check .", - "check": "oxlint && oxfmt --check ." + "check": "oxlint && oxfmt --check .", + "release": "bun run scripts/release.ts" }, "dependencies": { "cac": "^7.0.0",