YangYuGang
2025-03-08 1094c29e03ee0efc7121babda0532c8138aa801f
apps/test-server/package.json
@@ -10,27 +10,27 @@
    "stop": "npx pm2 stop ecosystem.config.js"
  },
  "dependencies": {
    "fs-extra": "^11.1.1",
    "koa": "^2.14.1",
    "fs-extra": "^11.3.0",
    "koa": "^2.16.0",
    "koa-body": "^6.0.1",
    "koa-bodyparser": "^4.4.0",
    "koa-bodyparser": "^4.4.1",
    "koa-route": "^3.2.0",
    "koa-router": "^12.0.0",
    "koa-router": "^12.0.1",
    "koa-static": "^5.0.0",
    "koa-websocket": "^7.0.0",
    "koa2-cors": "^2.0.6"
  },
  "devDependencies": {
    "@types/koa": "^2.13.6",
    "@types/koa": "^2.15.0",
    "@types/koa-bodyparser": "^5.0.2",
    "@types/koa-router": "^7.4.4",
    "@types/node": "^18.15.11",
    "@types/koa-router": "^7.4.8",
    "@types/node": "^18.19.79",
    "nodemon": "^2.0.22",
    "pm2": "^5.3.0",
    "pm2": "^5.4.3",
    "rimraf": "^4.4.1",
    "ts-node": "^10.9.1",
    "ts-node": "^10.9.2",
    "tsconfig-paths": "^4.2.0",
    "tsup": "^6.7.0",
    "typescript": "^5.0.3"
    "typescript": "^5.8.2"
  }
}