Skip to content

Commit 3b6636c

Browse files
committed
fix: Fix the problem of missing executable files
1 parent cedbc2c commit 3b6636c

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

package.json

+13-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
{
22
"name": "json2typebox-cli",
33
"version": "0.0.4",
4-
"description": "",
4+
"description": "Json to typebox schemas cli.",
55
"type": "module",
6+
"files": [
7+
"dist"
8+
],
69
"bin": {
710
"json2typebox": "./index.js",
811
"jtt": "./index.js"
@@ -19,7 +22,15 @@
1922
"json2typebox-cli",
2023
"cli"
2124
],
22-
"author": "hacxy",
25+
"author": {
26+
"name": "hacxy",
27+
"email": "[email protected]",
28+
"url": "https://github.com/hacxy"
29+
},
30+
"homepage": "https://github.com/hacxy/json2typebox-cli#readme",
31+
"bugs": {
32+
"url": "https://github.com/hacxy/json2typebox-cli/issues"
33+
},
2334
"license": "MIT",
2435
"dependencies": {
2536
"cac": "^6.7.14",

0 commit comments

Comments
 (0)