chore: rename to @oc-forge/mcmail, publish 0.1.0

This commit is contained in:
小橘 2026-04-02 05:16:05 +00:00
parent c12c1913bc
commit 5345dcc65d

View File

@ -1,7 +1,7 @@
{ {
"name": "mcmail", "name": "@oc-forge/mcmail",
"version": "0.1.0", "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", "type": "module",
"bin": { "bin": {
"mcmail": "./dist/cli.js" "mcmail": "./dist/cli.js"
@ -11,8 +11,13 @@
"dev": "tsx src/cli.ts", "dev": "tsx src/cli.ts",
"prepublishOnly": "npm run build" "prepublishOnly": "npm run build"
}, },
"keywords": ["mailcheap", "mail", "cli", "email"], "keywords": [
"author": "小橘", "mailcheap",
"mail",
"cli",
"email"
],
"author": "\u5c0f\u6a58",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"commander": "^12.1.0" "commander": "^12.1.0"