We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdcfc96 commit 04b9da6Copy full SHA for 04b9da6
1 file changed
package.json
@@ -4,11 +4,19 @@
4
"description": "A lightweight local proxy firewall for MCP servers with YAML policy enforcement.",
5
"type": "commonjs",
6
"license": "MIT",
7
- "author": "Open source contributors",
+ "author": "Samuel Indra Bastian",
8
"sideEffects": false,
9
"workspaces": [
10
"apps/frontend"
11
],
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
20
"exports": {
21
".": {
22
"types": "./dist/index.d.ts",
0 commit comments