Add binary
This commit is contained in:
parent
d56facf589
commit
349cae5f11
3 changed files with 9 additions and 0 deletions
|
@ -6,6 +6,9 @@
|
|||
"description": "CLI work time calculation utility",
|
||||
"type": "module",
|
||||
"main": "src/main.ts",
|
||||
"bin": {
|
||||
"wtc": "./bin/wtc"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "tsc"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue