chore: 更新包名为 @lanyuanxiaoyao/rune,移除 private,添加 release 脚本

This commit is contained in:
2026-06-09 17:30:58 +08:00
parent 59632b5312
commit 088254ab0f

View File

@@ -1,7 +1,6 @@
{ {
"name": "rune", "name": "@lanyuanxiaoyao/rune",
"version": "0.1.0", "version": "0.1.0",
"private": true,
"bin": { "bin": {
"rune": "./src/cli.ts" "rune": "./src/cli.ts"
}, },
@@ -15,7 +14,8 @@
"lint": "oxlint", "lint": "oxlint",
"format": "oxfmt .", "format": "oxfmt .",
"format:check": "oxfmt --check .", "format:check": "oxfmt --check .",
"check": "oxlint && oxfmt --check ." "check": "oxlint && oxfmt --check .",
"release": "bun run scripts/release.ts"
}, },
"dependencies": { "dependencies": {
"cac": "^7.0.0", "cac": "^7.0.0",