New:Socket for Asana Is Now Available.Learn more
Get Started

@nimbus-dev/create-connector

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nimbus-dev/create-connector - npm Package Compare versions

Comparing version
0.0.0
to
0.1.0
+24
-7
package.json
{
"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",