34 lines
633 B
JSON
34 lines
633 B
JSON
{
|
|
"name": "@shazhou/mcmail",
|
|
"version": "0.1.1",
|
|
"description": "Mailcheap CLI \u2014 manage your mail server from the terminal",
|
|
"type": "module",
|
|
"bin": {
|
|
"mcmail": "./dist/cli.js"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"dev": "tsx src/cli.ts",
|
|
"prepublishOnly": "npm run build"
|
|
},
|
|
"keywords": [
|
|
"mailcheap",
|
|
"mail",
|
|
"cli",
|
|
"email"
|
|
],
|
|
"author": "\u5c0f\u6a58",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"commander": "^12.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.0.0",
|
|
"tsx": "^4.19.0",
|
|
"typescript": "^5.5.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
}
|