32 lines
800 B
JSON
32 lines
800 B
JSON
{
|
|
"name": "@mcpengine/jobber-server",
|
|
"version": "1.0.0",
|
|
"description": "MCP server for Jobber field service management platform",
|
|
"type": "module",
|
|
"main": "dist/index.js",
|
|
"bin": {
|
|
"jobber-mcp": "./dist/index.js"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc && chmod +x dist/index.js",
|
|
"dev": "tsc --watch",
|
|
"prepare": "npm run build",
|
|
"prepublishOnly": "npm run build"
|
|
},
|
|
"keywords": ["mcp", "jobber", "field-service", "graphql"],
|
|
"author": "MCPEngine",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@modelcontextprotocol/sdk": "^1.0.4",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"zod": "^3.24.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.10.5",
|
|
"@types/react": "^18.3.18",
|
|
"@types/react-dom": "^18.3.5",
|
|
"typescript": "^5.7.2"
|
|
}
|
|
}
|