Add repository and bugs to package.json

This commit is contained in:
Marko Korhonen 2023-11-14 18:10:30 +02:00
parent abac87d854
commit 51f7e924c2
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890

View file

@ -2,6 +2,14 @@
"$schema": "https://json.schemastore.org/package.json", "$schema": "https://json.schemastore.org/package.json",
"name": "work-time-calculator", "name": "work-time-calculator",
"license": "MIT", "license": "MIT",
"repository": {
"url": "https://git/korhonen.cc/FunctionalHacker/work-time-calculator.git",
"type": "git"
},
"bugs": {
"url": "https://git.korhonen.cc/FunctionalHacker/work-time-calculator/issues",
"email": "wtc@functionalhacker.korhonen.cc"
},
"version": "0.0.1", "version": "0.0.1",
"description": "CLI work time calculation utility", "description": "CLI work time calculation utility",
"type": "module", "type": "module",