mirror of
https://github.com/docker/getting-started-app.git
synced 2026-02-06 09:26:14 -05:00
22 lines
432 B
JSON
22 lines
432 B
JSON
{
|
|
"name": "101-app",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"express": "^5.2.1",
|
|
"mysql2": "^3.16.1",
|
|
"sqlite3": "^5.1.7",
|
|
"uuid": "^13.0.0",
|
|
"wait-port": "^1.1.0"
|
|
},
|
|
"overrides": {
|
|
"tar": "7.5.4",
|
|
"glob": "11.1.0",
|
|
"semver": "7.5.2",
|
|
"cross-spawn": "7.0.5",
|
|
"braces": "3.0.3",
|
|
"http-cache-semantics": "4.1.1",
|
|
"socks": "2.8.1"
|
|
}
|
|
} |