mirror of
https://github.com/beilunyang/moemail.git
synced 2026-05-29 03:59:57 +08:00
feat(cli): scaffold CLI package with commander
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
19
packages/cli/package.json
Normal file
19
packages/cli/package.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "moemail-cli",
|
||||
"version": "0.1.0",
|
||||
"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"],
|
||||
"keywords": ["email", "temporary", "cli", "agent", "ai"],
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"commander": "^12.0.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user