Add binary

This commit is contained in:
Marko Korhonen 2023-11-14 18:05:15 +02:00
parent d56facf589
commit 349cae5f11
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890
3 changed files with 9 additions and 0 deletions

View file

@ -6,6 +6,9 @@
"description": "CLI work time calculation utility",
"type": "module",
"main": "src/main.ts",
"bin": {
"wtc": "./bin/wtc"
},
"scripts": {
"build": "tsc"
},