Files
dogfather-universe/server/package.json
T

18 lines
460 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"name": "dogfather-universe-server",
"type": "module",
"version": "1.0.0",
"description": "Eigener Node.js/Express-Server für DogFather Universe Ersatz für den Cloudflare-Worker (gate-worker.js), liefert die statische Seite + Zugangsschranke.",
"engines": {
"node": ">=20.0.0"
},
"scripts": {
"start": "node index.js"
},
"dependencies": {
"cookie-parser": "^1.4.7",
"dotenv": "^16.4.7",
"express": "^4.21.2"
}
}