We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31082a5 commit bc3951bCopy full SHA for bc3951b
1 file changed
package.json
@@ -5,6 +5,9 @@
5
"description": "Lightweight JavaScript library for parsing and manipulating TAK messages",
6
"author": "Nick Ingalls <nick@ingalls.ca>",
7
"types": "index.ts",
8
+ "bin": {
9
+ "cot": "./cli.ts"
10
+ },
11
"exports": {
12
".": {
13
"types": "./dist/index.d.ts",
0 commit comments