UNPKG

@sigyl-dev/cli

Version:

Official Sigyl CLI for installing and managing MCP packages. Zero-config installation for public packages, secure API-based authentication.

74 lines (73 loc) 1.62 kB
{ "name": "@sigyl-dev/cli", "version": "1.4.4", "type": "commonjs", "private": false, "description": "Official Sigyl CLI for installing and managing MCP packages. Zero-config installation for public packages, secure API-based authentication.", "keywords": [ "sigyl", "mcp", "model-context-protocol", "cli", "package-manager", "ai-tools", "claude", "vscode", "cursor", "registry", "api-client" ], "homepage": "https://sigyl.dev", "license": "MIT", "author": { "name": "Sigyl Team", "email": "support@sigyl.com" }, "main": "dist/index.js", "scripts": { "build": "tsc && node build.mjs && chmod +x dist/index.js", "prepare": "npm run build", "prepublishOnly": "npm run build" }, "bin": { "sigyl": "dist/index.js" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.10.1", "chalk": "^4.1.2", "commander": "^14.0.0", "dotenv": "^16.5.0", "inquirer": "^8.2.6", "ora": "^8.2.0", "serve-handler": "^6.1.6", "ts-morph": "^21.0.1", "yaml": "^2.8.0" }, "devDependencies": { "@biomejs/biome": "^1.5.3", "@types/inquirer": "^8.2.11", "@types/node": "^20.0.0", "@types/serve-handler": "^6.1.4", "tsx": "^4.19.2", "typescript": "^5.0.0" }, "files": [ "dist/", "src/", "playground", "README.md" ], "exports": { ".": { "import": "./dist/index.js", "require": "./dist/index.js" }, "./wizard": { "import": "./dist/wizard.js", "require": "./dist/wizard.js" } }, "engines": { "node": ">=18.0.0" } }