chore: 更新包名为 @lanyuanxiaoyao/rune,移除 private,添加 release 脚本
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user