This commit is contained in:
2025-12-18 21:50:25 +08:00
parent 290f629d2c
commit e361373ed4
11 changed files with 1715 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
{
"name": "koa-basic-server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"@koa/router": "^15.0.0",
"koa": "^3.1.1"
}
}