package.json•1.08 kB
{
"name": "xero-mcp",
"version": "1.3.0",
"description": "A Model Context Protocol server allows Clients to interact with Xero",
"author": "Jianyang Zhang",
"type": "module",
"main": "build/index.js",
"bin": {
"xero-mcp": "./build/index.js"
},
"scripts": {
"build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"",
"start:dev": "tsx src/index.ts",
"test": "jest"
},
"files": [
"build",
"README.md"
],
"keywords": [
"mcp",
"xero",
"modelcontextprotocol",
"AI",
"accounting"
],
"repository": {
"type": "git",
"url": "git+https://github.com/john-zhang-dev/xero-mcp.git"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.7.0",
"dotenv": "^16.4.7",
"open": "^10.1.0",
"xero-node": "^10.0.0",
"zod": "^3.24.2"
},
"devDependencies": {
"@types/jest": "^29.5.14",
"@types/node": "^22.13.10",
"jest": "^29.7.0",
"ts-jest": "^29.3.0",
"ts-node": "^10.9.2",
"tsx": "^4.19.3",
"typescript": "^5.8.2"
},
"license": "MIT"
}