Reorder package.json keys and update description
This commit is contained in:
parent
51f7e924c2
commit
cd38f84f5c
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,8 @@
|
||||||
{
|
{
|
||||||
"$schema": "https://json.schemastore.org/package.json",
|
"$schema": "https://json.schemastore.org/package.json",
|
||||||
"name": "work-time-calculator",
|
"name": "work-time-calculator",
|
||||||
|
"version": "0.0.1",
|
||||||
|
"description": "An interactive CLI tool to calculate work time",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"repository": {
|
"repository": {
|
||||||
"url": "https://git/korhonen.cc/FunctionalHacker/work-time-calculator.git",
|
"url": "https://git/korhonen.cc/FunctionalHacker/work-time-calculator.git",
|
||||||
|
@ -10,8 +12,6 @@
|
||||||
"url": "https://git.korhonen.cc/FunctionalHacker/work-time-calculator/issues",
|
"url": "https://git.korhonen.cc/FunctionalHacker/work-time-calculator/issues",
|
||||||
"email": "wtc@functionalhacker.korhonen.cc"
|
"email": "wtc@functionalhacker.korhonen.cc"
|
||||||
},
|
},
|
||||||
"version": "0.0.1",
|
|
||||||
"description": "CLI work time calculation utility",
|
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "src/main.ts",
|
"main": "src/main.ts",
|
||||||
"bin": {
|
"bin": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue