hyperborea-character-sheet/package.json

29 lines
722 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",
"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"
}
}