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",
"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",