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 a133675 commit 006f123Copy full SHA for 006f123
1 file changed
package.json
@@ -18,7 +18,9 @@
18
"bin": {
19
"bnbchain-mcp": "./dist/index.js"
20
},
21
- "files": ["dist"],
+ "files": [
22
+ "dist"
23
+ ],
24
"publishConfig": {
25
"access": "public"
26
@@ -43,5 +45,15 @@
43
45
"typescript": "^5.0.0"
44
46
47
"license": "MIT",
- "trustedDependencies": ["@biomejs/biome"]
48
+ "trustedDependencies": [
49
+ "@biomejs/biome"
50
51
+ "homepage": "https://github.com/bnb-chain/bnbchain-mcp#readme",
52
+ "repository": {
53
+ "type": "git",
54
+ "url": "git+https://github.com/bnb-chain/bnbchain-mcp.git"
55
+ },
56
+ "bugs": {
57
+ "url": "https://github.com/bnb-chain/bnbchain-mcp/issues"
58
+ }
59
}
0 commit comments