{
  "name": "@chinchillaenterprises/mcp-upwork",
  "version": "2.8.0",
  "description": "Upwork MCP server with GraphQL API, proposal webhook integration, and external token management for comprehensive freelancer workflows",
  "type": "module",
  "main": "dist/index.js",
  "bin": {
    "mcp-upwork": "dist/index.js"
  },
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch",
    "prepare": "npm run build"
  },
  "keywords": [
    "mcp",
    "upwork",
    "freelancer",
    "client",
    "proposals",
    "contracts",
    "api"
  ],
  "author": "Chinchilla Enterprises",
  "license": "MIT",
  "dependencies": {
    "@aws-sdk/client-secrets-manager": "^3.864.0",
    "@modelcontextprotocol/sdk": "^1.12.3",
    "axios": "^1.7.0",
    "keytar": "^7.9.0",
    "zod": "^3.22.0"
  },
  "devDependencies": {
    "@types/node": "^24.0.0",
    "typescript": "^5.8.3"
  },
  "engines": {
    "node": ">=18"
  },
  "publishConfig": {
    "access": "public"
  }
}
