files and bin
All checks were successful
NPM Audit Check / Check NPM audit (push) Successful in -2m18s
Unit tests / Unit tests (push) Successful in -2m5s

This commit is contained in:
2025-08-30 11:12:29 -05:00
parent 749b3e082c
commit ea50cf5f77
3 changed files with 10 additions and 0 deletions

View File

@@ -19,6 +19,12 @@
},
"type": "module",
"main": "distribution/index.js",
"bin": {
"morning-report": "./distribution/src/index.js"
},
"files": [
"distribution"
],
"scripts": {
"build": "tsc",
"start": "node distribution/src/index.js",