creating the package.json
This commit is contained in:
parent
693c1aa83d
commit
3dc253e32d
20
package.json
Normal file
20
package.json
Normal 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"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user