fabled
Version:
A futuristic TTRPG system.
22 lines (21 loc) • 389 B
JSON
{
"name": "fabled",
"version": "0.0.4",
"description": "A futuristic TTRPG system.",
"keywords": [
"ttrpg",
"fantasy",
"combat",
"games"
],
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Keith Yager",
"license": "MIT",
"type": "module",
"devDependencies": {
"typescript": "^4.5.2"
}
}