// package.json { "name": "my-space", "version": "1.0.0", "description": "A HuggingFace Space for a Spanish language learning game", "main": "app.js", "scripts": { "start": "node app.js" }, "dependencies": { "phaser": "^3.55.2", "axios": "^0.21.1" } }