42 lines
1.0 KiB
JSON
42 lines
1.0 KiB
JSON
{
|
|
"name": "@optolith/character-schema",
|
|
"version": "0.2.2",
|
|
"description": "Definitions for the characters of Optolith, a character creation tool for the Pen and Paper RPG “The Dark Eye 5”.",
|
|
"files": [
|
|
"gen",
|
|
"lib",
|
|
"schema",
|
|
"AUTHORS",
|
|
"CHANGELOG.md"
|
|
],
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"watch": "tsc -w",
|
|
"generate": "tsondb generate"
|
|
},
|
|
"exports": {
|
|
".": "./lib/index.js",
|
|
"./gen": "./gen/types.d.ts",
|
|
"./gen/schema": "./gen/types.schema.json"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Optolith/character-schema.git"
|
|
},
|
|
"author": "Lukas Obermann",
|
|
"license": "MPL-2.0",
|
|
"bugs": {
|
|
"url": "https://github.com/Optolith/character-schema/issues"
|
|
},
|
|
"homepage": "https://github.com/Optolith/character-schema#readme",
|
|
"dependencies": {
|
|
"optolith-database-schema": "^0.26.2",
|
|
"tsondb": "^0.16.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^25.0.3",
|
|
"typescript": "^5.9.3"
|
|
},
|
|
"type": "module"
|
|
}
|