41 lines
936 B
JSON

{
"name": "@mcpengine/servicetitan",
"version": "1.0.0",
"description": "ServiceTitan MCP Server - Complete field service management integration",
"main": "dist/main.js",
"type": "module",
"bin": {
"servicetitan-mcp": "./dist/main.js"
},
"scripts": {
"build": "tsc && chmod +x dist/main.js",
"dev": "tsc --watch",
"start": "node dist/main.js",
"prepare": "npm run build"
},
"keywords": [
"mcp",
"servicetitan",
"field-service",
"dispatch",
"crm"
],
"author": "MCP Engine",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.4",
"axios": "^1.7.9",
"dotenv": "^16.4.7",
"express": "^4.21.2",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/express": "^5.0.0",
"@types/node": "^22.10.5",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"typescript": "^5.7.3"
}
}