@nimbus-dev/create-connector
Advanced tools
+24
-7
| { | ||
| "name": "@nimbus-dev/create-connector", | ||
| "version": "0.0.0", | ||
| "version": "0.1.0", | ||
| "description": "Scaffold a Nimbus MCP connector in TypeScript or Python", | ||
| "license": "MIT", | ||
| "type": "module", | ||
| "keywords": ["nimbus", "mcp", "connector", "scaffold", "create"], | ||
| "keywords": [ | ||
| "nimbus", | ||
| "mcp", | ||
| "connector", | ||
| "scaffold", | ||
| "create" | ||
| ], | ||
| "homepage": "https://github.com/nimbus-agent/nimbus-sdk/blob/main/tools/create-connector/README.md", | ||
@@ -14,7 +20,18 @@ "repository": { | ||
| }, | ||
| "bugs": { "url": "https://github.com/nimbus-agent/nimbus-sdk/issues" }, | ||
| "publishConfig": { "access": "public" }, | ||
| "engines": { "node": ">=22" }, | ||
| "bin": { "create-connector": "./dist/index.js" }, | ||
| "files": ["dist", "templates"], | ||
| "bugs": { | ||
| "url": "https://github.com/nimbus-agent/nimbus-sdk/issues" | ||
| }, | ||
| "publishConfig": { | ||
| "access": "public" | ||
| }, | ||
| "engines": { | ||
| "node": ">=22" | ||
| }, | ||
| "bin": { | ||
| "create-connector": "./dist/index.js" | ||
| }, | ||
| "files": [ | ||
| "dist", | ||
| "templates" | ||
| ], | ||
| "scripts": { | ||
@@ -21,0 +38,0 @@ "build": "tsc --project tsconfig.build.json", |
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
65173
0.09%0
-100%