package.json•1.11 kB
{
"name": "@shinzolabs/hubspot-mcp",
"version": "2.0.5",
"description": "Hubspot MCP - An extensive MCP server for the HubSpot API",
"type": "module",
"main": "dist/index.js",
"bin": {
"hubspot-mcp": "./dist/index.js"
},
"scripts": {
"build": "tsc -p tsconfig.json",
"start": "node ./dist/index.js",
"test": "jest"
},
"dependencies": {
"@modelcontextprotocol/sdk": "1.12.3",
"@shinzolabs/instrumentation-mcp": "^1.0.8",
"@smithery/sdk": "1.4.3",
"zod": "3.22.4"
},
"keywords": [
"mcp",
"hubspot",
"crm",
"api"
],
"author": "Austin Born (austin@shinzolabs.com)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/shinzo-labs/hubspot-mcp"
},
"engines": {
"node": ">=18.0.0"
},
"devDependencies": {
"@babel/core": "^7.27.1",
"@babel/preset-env": "^7.27.2",
"@babel/preset-typescript": "^7.27.1",
"@changesets/cli": "^2.29.4",
"@types/jest": "^29.5.14",
"@types/node": "^20.17.27",
"babel-jest": "^29.7.0",
"jest": "^29.7.0",
"typescript": "^5.8.2"
}
}