40 lines
937 B
JSON
40 lines
937 B
JSON
{
|
|
"name": "funjia-server",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "lib/funjia-server.mjs",
|
|
"types": "lib/index.d.mts",
|
|
"scripts": {
|
|
"build": "vite build",
|
|
"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",
|
|
"vite-plugin-dts": "^4.5.0",
|
|
"yaml": "^2.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/koa": "^2.15.0",
|
|
"@types/koa-mount": "^4.0.5",
|
|
"@types/koa-router": "^7.4.8",
|
|
"@types/koa-static": "^4.0.4",
|
|
"@types/lodash": "^4.17.14",
|
|
"vite": "^6.0.7"
|
|
}
|
|
}
|