@letanure/resend-cli
Version:
A command-line interface for Resend email API
93 lines (92 loc) • 2.46 kB
JSON
{
"name": "@letanure/resend-cli",
"version": "0.40.0",
"description": "A command-line interface for Resend email API",
"main": "dist/src/cli.js",
"bin": {
"resend-cli": "./dist/src/cli.js"
},
"files": [
"dist",
"scripts",
"README.md",
"LICENSE",
"CHANGELOG.md"
],
"repository": {
"type": "git",
"url": "git+https://github.com/letanure/resend-cli.git"
},
"bugs": {
"url": "https://github.com/letanure/resend-cli/issues"
},
"homepage": "https://github.com/letanure/resend-cli#readme",
"scripts": {
"clean": "rm -rf dist",
"build": "tsc && tsc-alias",
"build:clean": "npm run clean && npm run build",
"postbuild": "chmod +x dist/src/cli.js",
"postinstall": "node scripts/postinstall.cjs",
"build:watch": "tsc --watch",
"dev": "tsx --watch src/cli.tsx",
"dev:dry": "tsx --watch src/cli.tsx --dry-run",
"start": "node dist/cli.js",
"docs:generate": "node scripts/generate-docs.js",
"typecheck": "tsc --noEmit",
"lint": "biome lint .",
"lint:fix": "biome lint --write .",
"format": "biome format --write .",
"check": "biome check .",
"check:fix": "biome check --write --unsafe .",
"test": "vitest",
"test:watch": "vitest --watch",
"test:ui": "vitest --ui",
"test:run": "vitest run",
"test:coverage": "vitest run --coverage",
"prepublishOnly": "npm run build",
"prepare": "husky",
"knip": "knip"
},
"keywords": [
"resend",
"email",
"cli",
"command-line",
"api",
"typescript",
"ink",
"react"
],
"author": "letanure",
"license": "MIT",
"type": "module",
"dependencies": {
"@inkjs/ui": "^2.0.0",
"chalk": "^5.4.1",
"commander": "^14.0.0",
"ink": "^6.0.1",
"react": "^19.1.0",
"resend": "^4.6.0",
"zod": "^3.25.74"
},
"devDependencies": {
"@types/react": "^19.1.8",
"@biomejs/biome": "^2.0.6",
"@commitlint/cli": "^19.8.1",
"@commitlint/config-conventional": "^19.8.1",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@types/node": "^24.0.12",
"@vitest/coverage-v8": "^3.2.4",
"@vitest/ui": "^3.2.4",
"husky": "^9.1.7",
"ink-testing-library": "^4.0.0",
"knip": "^5.61.3",
"semantic-release": "^24.2.6",
"tsc-alias": "^1.8.16",
"tsx": "^4.20.3",
"typescript": "^5.8.3",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^3.2.4"
}
}