generated from template/router-template
15 lines
337 B
JSON
15 lines
337 B
JSON
{
|
|
"name": "daily-question",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"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"
|
|
}
|