Files
microservices/gateway/package.json
编码猿 0df7fa4d45 233
2025-08-29 22:03:56 +08:00

12 lines
250 B
JSON

{
"name": "gateway",
"description": "Express Gateway Instance Bootstraped from Command Line",
"repository": {},
"license": "UNLICENSED",
"version": "1.0.0",
"main": "server.js",
"dependencies": {
"express-gateway": "^1.16.11"
}
}