{ "name": "birthday-spire", "version": "1.0.0", "description": "A Slay the Spire-inspired web-based card game as a humorous birthday present", "type": "module", "scripts": { "test": "node tests/run-tests.js", "test:verbose": "node tests/run-tests.js --verbose", "test:coverage": "node tests/run-tests.js --coverage", "test:card": "node tests/run-tests.js --card=", "serve": "python3 -m http.server 8002", "dev": "python3 -m http.server 8002" }, "keywords": [ "game", "card-game", "web-game", "birthday", "humor" ], "author": "Birthday Spire Team", "license": "MIT", "devDependencies": {}, "engines": { "node": ">=14.0.0" } }