chore: rename to @oc-forge/gitee-cli, publish 0.1.0
This commit is contained in:
parent
8820577d8d
commit
ec18784c83
15
package.json
15
package.json
@ -1,18 +1,23 @@
|
|||||||
{
|
{
|
||||||
"name": "gitee-cli",
|
"name": "@oc-forge/gitee-cli",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"description": "Gitee (码云) command-line tool — like gh, but for Gitee",
|
"description": "Gitee (\u7801\u4e91) command-line tool \u2014 like gh, but for Gitee",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"bin": {
|
"bin": {
|
||||||
"gitee": "./dist/cli.js"
|
"gitee": "dist/cli.js"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "tsc",
|
"build": "tsc",
|
||||||
"dev": "tsx src/cli.ts",
|
"dev": "tsx src/cli.ts",
|
||||||
"prepublishOnly": "npm run build"
|
"prepublishOnly": "npm run build"
|
||||||
},
|
},
|
||||||
"keywords": ["gitee", "cli", "git", "vcs"],
|
"keywords": [
|
||||||
"author": "小橘",
|
"gitee",
|
||||||
|
"cli",
|
||||||
|
"git",
|
||||||
|
"vcs"
|
||||||
|
],
|
||||||
|
"author": "\u5c0f\u6a58",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"commander": "^12.1.0"
|
"commander": "^12.1.0"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user