mirror of
https://github.com/beilunyang/moemail.git
synced 2026-04-22 23:07:25 +08:00
20 lines
479 B
JSON
20 lines
479 B
JSON
{
|
|
"name": "@moemail/cli",
|
|
"version": "0.1.1",
|
|
"description": "Agent-first CLI for MoeMail temporary email service",
|
|
"type": "module",
|
|
"bin": {
|
|
"moemail": "dist/index.js"
|
|
},
|
|
"scripts": {
|
|
"build": "bun build ./src/index.ts --outdir ./dist --target=node",
|
|
"dev": "bun run ./src/index.ts"
|
|
},
|
|
"files": ["dist", "skill"],
|
|
"keywords": ["email", "temporary", "cli", "agent", "ai"],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"commander": "^12.0.0"
|
|
}
|
|
}
|