From ec18784c83aa1a43f6abe48a84227cd498003ab4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E6=A9=98?= Date: Thu, 2 Apr 2026 05:16:03 +0000 Subject: [PATCH] chore: rename to @oc-forge/gitee-cli, publish 0.1.0 --- package.json | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index e479b13..af5a006 100644 --- a/package.json +++ b/package.json @@ -1,18 +1,23 @@ { - "name": "gitee-cli", + "name": "@oc-forge/gitee-cli", "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", "bin": { - "gitee": "./dist/cli.js" + "gitee": "dist/cli.js" }, "scripts": { "build": "tsc", "dev": "tsx src/cli.ts", "prepublishOnly": "npm run build" }, - "keywords": ["gitee", "cli", "git", "vcs"], - "author": "小橘", + "keywords": [ + "gitee", + "cli", + "git", + "vcs" + ], + "author": "\u5c0f\u6a58", "license": "MIT", "dependencies": { "commander": "^12.1.0"