Files
daily-question/package.json
2025-11-24 13:49:36 +08:00

18 lines
494 B
JSON

{
"name": "daily-question",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"build": "pnpm build:web && pnpm build:backend",
"build:backend": "cd backend && bun run src/main.ts",
"build:web": "cd frontend && pnpm build",
"serve": "cd backend && bun run src/main.ts"
},
"keywords": [],
"author": "abearxiong <xiongxiao@xiongxiao.me> (https://www.xiongxiao.me)",
"license": "MIT",
"packageManager": "pnpm@10.19.0",
"type": "module"
}