mirror of
https://github.com/marcogll/soul23_placeholder_site_server.git
synced 2026-01-13 21:35:18 +00:00
15 lines
290 B
JSON
15 lines
290 B
JSON
{
|
|
"name": "soul23-coming-soon",
|
|
"version": "1.0.0",
|
|
"description": "Landing page for Soul:23 with a health checker endpoint for the ops team.",
|
|
"scripts": {
|
|
"start": "node server.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"dependencies": {
|
|
"express": "^4.18.2"
|
|
}
|
|
}
|