fertig-classic-games/package.json

17 lines
446 B
JSON

{
"name": "fertig-classic-games",
"version": "0.1.0",
"description": "Fertig Classic Games — a fully static Phaser 3 game collection (no server, no database, no accounts). Serve the public/ directory from any static host or subdirectory.",
"type": "module",
"private": true,
"scripts": {
"serve": "python3 -m http.server 8000"
},
"engines": {
"node": ">=20"
},
"devDependencies": {
"playwright": "^1.62.1"
}
}