birthday-wish
Version:
Here's the updated GitHub description optimized for Bun runtime:
60 lines (59 loc) • 1.3 kB
JSON
{
"name": "birthday-wish",
"version": "1.0.1",
"main": "dist/index.js",
"bin": {
"birthday-wish": "dist/index.js"
},
"scripts": {
"build": "bun build src/index.ts --outdir=dist --target node",
"start": "bun run dist/index.js",
"dev": "bun run --watch src/index.ts",
"test": "bun test",
"lint": "bunx eslint src/**/*.ts",
"format": "bunx prettier --write src/**/*.ts",
"prepublish": "bun run build",
"bun:install": "bun add axios chalk figlet gradient-string inquirer",
"clean": "rm -rf dist node_modules"
},
"keywords": [
"birthday",
"cli",
"terminal",
"bun",
"typescript",
"animation",
"ascii-art",
"celebrate",
"interactive",
"gradient",
"chalk",
"inquirer",
"command-line",
"nodejs",
"fun",
"greeting",
"wish",
"confetti",
"quote-generator"
],
"dependencies": {
"axios": "^1.6.2",
"chalk": "^5.3.0",
"figlet": "^1.7.0",
"gradient-string": "^3.0.0",
"inquirer": "^9.2.12"
},
"devDependencies": {
"@types/figlet": "^1.5.5",
"@types/inquirer": "^9.0.4",
"@types/node": "^20.11.7",
"typescript": "^5.3.3",
"copyfiles": "^2.4.1",
"eslint": "^8.56.0",
"prettier": "^3.2.5"
},
"engines": {
"bun": ">=1.0.0"
}
}