Skip to content

Commit 04b9da6

Browse files
committed
Add package metadata for npm publish
1 parent fdcfc96 commit 04b9da6

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

package.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,19 @@
44
"description": "A lightweight local proxy firewall for MCP servers with YAML policy enforcement.",
55
"type": "commonjs",
66
"license": "MIT",
7-
"author": "Open source contributors",
7+
"author": "Samuel Indra Bastian",
88
"sideEffects": false,
99
"workspaces": [
1010
"apps/frontend"
1111
],
12+
"repository": {
13+
"type": "git",
14+
"url": "git+https://github.com/devwebxyn/securemcp-lite.git"
15+
},
16+
"homepage": "https://github.com/devwebxyn/securemcp-lite#readme",
17+
"bugs": {
18+
"url": "https://github.com/devwebxyn/securemcp-lite/issues"
19+
},
1220
"exports": {
1321
".": {
1422
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)