From 3dc253e32d1d82359ab26706d6ceb6a666086842 Mon Sep 17 00:00:00 2001 From: Yanick Champoux Date: Tue, 26 Apr 2022 09:52:48 -0400 Subject: [PATCH] creating the package.json --- package.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..89562ce --- /dev/null +++ b/package.json @@ -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 (http://techblog.babyl.ca/)", + "license": "ISC", + "devDependencies": { + "prettier": "^2.6.2" + } +}