This commit is contained in:
2025-11-09 21:20:44 +08:00
parent 49ba397274
commit de5d95f1a9
20 changed files with 658 additions and 1 deletions

17
bun-server/package.json Normal file
View File

@@ -0,0 +1,17 @@
{
"name": "bun-server",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "abearxiong <xiongxiao@xiongxiao.me> (https://www.xiongxiao.me)",
"license": "MIT",
"packageManager": "pnpm@10.14.0",
"type": "module",
"dependencies": {
"es-toolkit": "^1.41.0"
}
}