spore-archetype
Version:
Represents the various rules for space-stage Archetypes based on previous alignment choices in the 2008 game Spore.
37 lines (36 loc) • 914 B
JSON
{
"name": "spore-archetype",
"version": "1.0.0",
"description": "Represents the various rules for space-stage Archetypes based on previous alignment choices in the 2008 game Spore.",
"keywords": [
"spore",
"alignment"
],
"homepage": "https://github.com/Gouvernathor/spore-archetype#readme",
"bugs": {
"url": "https://github.com/Gouvernathor/spore-archetype/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Gouvernathor/spore-archetype.git"
},
"license": "GPL-3.0-or-later",
"author": "Gouvernathor",
"type": "module",
"main": "index.js",
"scripts": {
"build": "tsup",
"10force": "tsup && node boot/10force.js"
},
"dependencies": {
},
"devDependencies": {
"@types/jsdom": "^21.1.7",
"@types/node": "^22.13.10",
"tsup": "^8.4.0",
"typescript": "*"
},
"optionalDependencies": {
"jsdom": "^25.0.1"
}
}