Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
This commit is contained in:
Craig Osterhout
2026-01-26 14:19:24 -08:00
parent 7519a5d7aa
commit 19fcd9532b
2 changed files with 344 additions and 0 deletions

View File

@@ -3,6 +3,9 @@
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"dev": "nodemon -L src/index.js"
},
"dependencies": {
"express": "^5.2.1",
"mysql2": "^3.16.1",
@@ -10,6 +13,9 @@
"uuid": "^13.0.0",
"wait-port": "^1.1.0"
},
"devDependencies": {
"nodemon": "^3.1.9"
},
"overrides": {
"tar": "7.5.4",
"glob": "11.1.0",