exactmcp
Version:
MCP server for Exact Online API integration
38 lines • 958 B
JSON
{
"name": "exactmcp",
"version": "1.0.0",
"description": "MCP server for Exact Online API integration",
"main": "dist/index.js",
"bin": {
"exact-mcp": "./dist/index.js"
},
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"dev": "tsx src/index.ts"
},
"keywords": ["mcp", "exact", "api", "server"],
"author": "Arjan den Hartog <info@arjandenhartog.com>",
"repository": {
"type": "git",
"url": "https://github.com/ArjandenHartog/exactmcp"
},
"homepage": "https://github.com/ArjandenHartog/exactmcp#readme",
"bugs": {
"url": "https://github.com/ArjandenHartog/exactmcp/issues"
},
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^0.6.0",
"axios": "^1.6.2",
"dotenv": "^16.3.1"
},
"devDependencies": {
"@types/node": "^20.10.4",
"tsx": "^4.6.2",
"typescript": "^5.3.3"
},
"files": [
"dist/**/*"
]
}