{
  "name": "@aot-tech/hubspot-mcp-server",
  "version": "1.0.0",
  "description": "HubSpot MCP Server",
  "main": "build/index.js",
  "bin": {
    "hubspot-mcp-server": "./build/index.js"
  },
  "scripts": {
    "build": "tsc",
    "start": "node build/index.js",
    "dev": "cross-env PORT=3002 IS_LOCAL=true NODE_ENV=development TZ='UTC' nodemon",
    "test": "node --test test/*.test.js",
    "prepublishOnly": "npm run build"
  },
  "files": [
    "build/",
    "README.md",
    "package.json"
  ],
  "keywords": [
    "mcp",
    "hubspot",
    "typescript"
  ],
  "author": "AOT Tech",
  "license": "MIT",
  "engines": {
    "node": "18.x",
    "npm": ">=8.0.0"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.11.0",
    "@types/cors": "^2.8.19",
    "axios": "^1.8.4",
    "cors": "^2.8.5",
    "cross-env": "^7.0.3",
    "dotenv": "^16.5.0",
    "express": "^4.18.2",
    "luxon": "^3.7.2",
    "zod": "^3.24.2"
  },
  "devDependencies": {
    "@types/express": "^4.17.21",
    "@types/luxon": "^3.7.1",
    "@types/node": "^18.19.0",
    "nodemon": "^3.1.0",
    "shx": "^0.4.0",
    "tsx": "^4.7.0",
    "typescript": "^5.3.3"
  }
}
