Files
moemail/packages/cli/package.json
ty b93b3bcf4a chore(cli): bump version to 0.1.1
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-22 16:15:43 +08:00

20 lines
470 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"],
"keywords": ["email", "temporary", "cli", "agent", "ai"],
"license": "MIT",
"dependencies": {
"commander": "^12.0.0"
}
}