baudy/package.json

31 lines
602 B
JSON

{
"name": "baudy",
"version": "0.0.11",
"module": "index.tsx",
"type": "module",
"bin": {
"baudy": "dist/cli.js"
},
"scripts": {
"toes": "bun run --watch index.tsx",
"start": "bun run index.tsx",
"dev": "bun run --hot index.tsx",
"publish": "bash publish.sh"
},
"toes": {
"icon": "🖥️"
},
"devDependencies": {
"@types/bun": "latest"
},
"peerDependencies": {
"typescript": "^5.9.2"
},
"dependencies": {
"@because/hype": "0.0.6",
"@because/forge": "*",
"@because/howl": "*",
"ggwave": "0.4.0",
"qrcode": "^1.5.4"
}
}