creating the package.json

main
Yanick Champoux 2022-04-26 09:52:48 -04:00
parent 693c1aa83d
commit 3dc253e32d
1 changed files with 20 additions and 0 deletions

20
package.json Normal file
View File

@ -0,0 +1,20 @@
{
"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"
}
}