28 lines
841 B
JSON
28 lines
841 B
JSON
{
|
|
"name": "optolith-character-schema",
|
|
"version": "0.0.1",
|
|
"description": "Definitions for the characters of Optolith, a character creation tool for the Pen and Paper RPG “The Dark Eye 5”.",
|
|
"scripts": {
|
|
"build:ts": "tsc",
|
|
"watch:ts": "tsc -w",
|
|
"build:schema": "otjsmd",
|
|
"watch:schema": "otjsmd -w"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/elyukai/optolith-character-schema.git"
|
|
},
|
|
"author": "Lukas Obermann",
|
|
"license": "MPL-2.0",
|
|
"bugs": {
|
|
"url": "https://github.com/elyukai/optolith-character-schema/issues"
|
|
},
|
|
"homepage": "https://github.com/elyukai/optolith-character-schema#readme",
|
|
"devDependencies": {
|
|
"@types/node": "^20.2.5",
|
|
"optolith-tsjsonschemamd": "file:../optolith-tsjsonschemamd",
|
|
"typescript": "^5.1.3"
|
|
},
|
|
"type": "module"
|
|
}
|