Reorder package.json keys and update description

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

View file

@ -1,6 +1,8 @@
{
"$schema": "https://json.schemastore.org/package.json",
"name": "work-time-calculator",
"version": "0.0.1",
"description": "An interactive CLI tool to calculate work time",
"license": "MIT",
"repository": {
"url": "https://git/korhonen.cc/FunctionalHacker/work-time-calculator.git",
@ -10,8 +12,6 @@
"url": "https://git.korhonen.cc/FunctionalHacker/work-time-calculator/issues",
"email": "wtc@functionalhacker.korhonen.cc"
},
"version": "0.0.1",
"description": "CLI work time calculation utility",
"type": "module",
"main": "src/main.ts",
"bin": {