feat: first commit

This commit is contained in:
2025-02-04 12:23:30 +08:00
commit 0f8fa9ee63
15 changed files with 2419 additions and 0 deletions
+29
View File
@@ -0,0 +1,29 @@
{
"name": "funjia-server-template",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@koa/multer": "^3.0.0",
"@types/yaml": "^1.9.7",
"cuid": "^2.1.8",
"dayjs": "^1.11.3",
"koa": "^2.13.4",
"koa-body": "^4.2.0",
"koa-mount": "^4.0.0",
"koa-router": "^10.1.1",
"koa-static": "^5.0.0",
"lodash": "^4.17.21",
"lowdb": "^3.0.0",
"multer": "^1.4.5-lts.1",
"node-cron": "^3.0.1",
"uuid": "^8.3.2",
"yaml": "^2.1.1",
"funjia-server":"git+http://git.funjia.top/funjia/funjia-server.git#v1.0.2"
},
"description": ""
}