Files
vue-tui/examples/flappy-bird/package.json
T
Yunfei He 48ff01a0f9 fix: rename flappy-bird package and use preview instead of start
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-24 21:47:26 +08:00

21 lines
424 B
JSON

{
"name": "@vue-tui/example-flappy-bird",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"build": "vite build",
"preview": "vite build && node dist/game.mjs"
},
"dependencies": {
"@vue-tui/runtime": "workspace:*",
"chalk": "^5.3.0",
"vue": "^3.4.0"
},
"devDependencies": {
"@types/node": "catalog:",
"@vitejs/plugin-vue": "^6",
"vite": "catalog:"
}
}