package.jsonโข1.52 kB
{
"name": "autotask-mcp",
"version": "1.0.1",
"description": "MCP (Model Context Protocol) server for Kaseya Autotask PSA integration",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"dev": "tsx src/index.ts",
"start": "node dist/index.js",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"test:mapping": "tsx scripts/test-mapping.js",
"test:pagination": "tsx scripts/test-pagination.js",
"test:mapping-simple": "tsx scripts/test-mapping-simple.js",
"lint": "eslint src --ext .ts",
"lint:fix": "eslint src --ext .ts --fix",
"clean": "rm -rf dist",
"prebuild": "npm run clean",
"pretest": "npm run build"
},
"keywords": [
"mcp",
"model-context-protocol",
"autotask",
"kaseya",
"psa",
"api",
"typescript",
"nodejs"
],
"author": "Your Name",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.18.2",
"autotask-node": "^1.0.0",
"winston": "^3.11.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@types/jest": "^29.5.8",
"@types/node": "^20.10.0",
"@typescript-eslint/eslint-plugin": "^6.13.0",
"@typescript-eslint/parser": "^6.13.0",
"eslint": "^8.54.0",
"jest": "^29.7.0",
"semantic-release": "^22.0.12",
"ts-jest": "^29.1.1",
"tsx": "^4.6.0",
"typescript": "^5.3.0"
},
"engines": {
"node": ">=18.0.0"
}
}