@chinchillaenterprises/mcp-upwork
Version:
Modular Upwork MCP server for job search and proposal management via Upwork API
41 lines • 831 B
JSON
{
"name": "@chinchillaenterprises/mcp-upwork",
"version": "2.1.0",
"description": "Modular Upwork MCP server for job search and proposal management via Upwork API",
"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": {
"@modelcontextprotocol/sdk": "^1.12.3",
"axios": "^1.7.0",
"zod": "^3.22.0"
},
"devDependencies": {
"@types/node": "^24.0.0",
"typescript": "^5.8.3"
},
"engines": {
"node": ">=18"
},
"publishConfig": {
"access": "public"
}
}