UNPKG

@nexu-ai/mcp-hub

Version:

MCP Hub integration for Nexu.sh SDK

49 lines (48 loc) 1.04 kB
{ "name": "@nexu-ai/mcp-hub", "version": "0.0.5", "description": "MCP Hub integration for Nexu.sh SDK", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "rm -rf dist && mkdir -p dist && tsc --build", "dev": "tsc -w", "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { "@nexu-ai/core": "^0.0.4", "@nexu-ai/shared": "^0.0.4" }, "devDependencies": { "@types/node": "^22.14.0", "typescript": "^5.8.2", "eslint": "^9.23.0" }, "files": [ "dist" ], "engines": { "node": ">=18.0.0" }, "publishConfig": { "access": "public" }, "keywords": [ "ai", "sdk", "mcp-hub", "aws", "latam" ], "author": "Nexu.sh", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/nexu-ai/node-sdk.git", "directory": "packages/mcp-hub" }, "bugs": { "url": "https://github.com/nexu-ai/node-sdk/issues" }, "homepage": "https://github.com/nexu-ai/node-sdk#readme" }