From 5345dcc65da131967cdbc1e9990cfda315d88c61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E6=A9=98?= Date: Thu, 2 Apr 2026 05:16:05 +0000 Subject: [PATCH] chore: rename to @oc-forge/mcmail, publish 0.1.0 --- package.json | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 9779369..ff2a957 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "mcmail", + "name": "@oc-forge/mcmail", "version": "0.1.0", - "description": "Mailcheap CLI — manage your mail server from the terminal", + "description": "Mailcheap CLI \u2014 manage your mail server from the terminal", "type": "module", "bin": { "mcmail": "./dist/cli.js" @@ -11,8 +11,13 @@ "dev": "tsx src/cli.ts", "prepublishOnly": "npm run build" }, - "keywords": ["mailcheap", "mail", "cli", "email"], - "author": "小橘", + "keywords": [ + "mailcheap", + "mail", + "cli", + "email" + ], + "author": "\u5c0f\u6a58", "license": "MIT", "dependencies": { "commander": "^12.1.0"