This commit is contained in:
编码猿
2025-08-29 22:03:56 +08:00
parent 5ddcc17391
commit 0df7fa4d45
21 changed files with 83 additions and 376 deletions

View File

@@ -1,15 +1,11 @@
{
"name": "gateway",
"description": "Express Gateway Instance Bootstraped from Command Line",
"repository": {},
"license": "UNLICENSED",
"version": "1.0.0",
"description": "",
"main": "server.ts",
"scripts": {
"start": "ts-node server.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"main": "server.js",
"dependencies": {
"express-gateway": "^1.16.11"
}
}
}