file123/package.json

27 lines
583 B
JSON
Raw Permalink Normal View History

{
"name": "file-serve",
"version": "0.0.1",
"description": "文件上传服务器",
"main": "index.js",
"author": "Titor<titor@h2ostudio.cn>",
"license": "MIT",
"scripts": {
"dev": "yarn tsx index.ts"
},
"devDependencies": {
"@types/ejs": "^3.1.5",
"@types/koa": "^2.15.0",
"@types/koa-router": "^7.4.8",
"@types/koa-static": "^4.0.4",
"@types/node": "^22.13.1",
"tsx": "^4.19.2"
},
"dependencies": {
"ejs": "^3.1.10",
"koa": "^2.15.3",
"koa-body": "^6.0.1",
"koa-router": "^13.0.1",
"koa-static": "^5.0.0"
}
}