package.json•622 B
{
"name": "@scopiousdigital/server-hubspot",
"version": "1.0.4",
"description": "MCP server for interacting with HubSpot",
"type": "module",
"bin": {
"mcp-server-hubspot": "./dist/index.js"
},
"files": [
"dist"
],
"scripts": {
"build": "tsc && shx chmod +x dist/*.js",
"prepare": "npm run build",
"watch": "tsc --watch"
},
"devDependencies": {
"@types/node": "^22.13.13",
"shx": "^0.4.0",
"typescript": "^5.8.2"
},
"dependencies": {
"@hubspot/api-client": "^12.0.1",
"@modelcontextprotocol/sdk": "^1.8.0",
"dotenv": "^16.4.7"
},
"license": "MIT"
}