generated from template/router-template
18 lines
494 B
JSON
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"
|
|
}
|