I can't believe I made this either...
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

27 lines
699 B

{
"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"
}
}