38 lines
828 B
JSON
38 lines
828 B
JSON
{
|
|
"name": "@mcpengine/gusto",
|
|
"version": "1.0.0",
|
|
"description": "Gusto HR & Payroll MCP Server - Complete employee, payroll, benefits, and tax management",
|
|
"main": "dist/main.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"dev": "tsc --watch",
|
|
"start": "node dist/main.js",
|
|
"prepare": "npm run build"
|
|
},
|
|
"keywords": [
|
|
"mcp",
|
|
"gusto",
|
|
"hr",
|
|
"payroll",
|
|
"benefits",
|
|
"time-off",
|
|
"tax",
|
|
"employee-management"
|
|
],
|
|
"author": "MCPEngine",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@modelcontextprotocol/sdk": "^1.0.4",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"lucide-react": "^0.263.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.10.0",
|
|
"@types/react": "^18.2.0",
|
|
"@types/react-dom": "^18.2.0",
|
|
"typescript": "^5.3.3"
|
|
}
|
|
}
|