Skip to content

Commit a1a43e7

Browse files
feat: setup bin file
1 parent 16e50f7 commit a1a43e7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
"engines": {
1111
"node": ">=12"
1212
},
13+
"bin": {
14+
"cif": "./dist/index.js"
15+
},
1316
"scripts": {
1417
"start": "tsdx watch",
1518
"build": "tsdx build --target node",

0 commit comments

Comments
 (0)