You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
722 B
28 lines
722 B
{ |
|
"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", |
|
"vitest": "^0.10.0" |
|
}, |
|
"dependencies": { |
|
"ajv": "^8.11.0", |
|
"ajv-cli": "^5.0.0", |
|
"ajv-keywords": "^5.1.0", |
|
"json-pointer": "^0.6.2", |
|
"lodash": "^4.17.21" |
|
} |
|
}
|
|
|