21 lines
540 B
JSON
21 lines
540 B
JSON
{
|
|
"name": "hyperborea-character-sheet",
|
|
"version": "0.1.0",
|
|
"description": "Validating Hyperborea character sheets via JSON Schema",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "gitea@git.babyl.ca:yanick/hyperborea-character-sheet.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "Yanick Champoux <yanick@babyl.ca> (http://techblog.babyl.ca/)",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"prettier": "^2.6.2"
|
|
}
|
|
}
|