160430fb48
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
36 lines
827 B
JSON
36 lines
827 B
JSON
{
|
|
"name": "@mokoconsulting/mcp-mokocrm-api",
|
|
"version": "1.0.0",
|
|
"description": "MCP server for Dolibarr ERP/CRM REST API operations",
|
|
"type": "module",
|
|
"main": "dist/index.js",
|
|
"bin": {
|
|
"dolibarr-api-mcp": "dist/index.js"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"dev": "tsc --watch",
|
|
"start": "node dist/index.js",
|
|
"lint": "eslint src/",
|
|
"setup": "node scripts/setup.mjs",
|
|
"clean": "rm -rf dist/"
|
|
},
|
|
"dependencies": {
|
|
"@modelcontextprotocol/sdk": "^1.12.1",
|
|
"zod": "^3.24.4"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.15.3",
|
|
"typescript": "^5.8.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.0.0"
|
|
},
|
|
"license": "GPL-3.0-or-later",
|
|
"author": "Moko Consulting <hello@mokoconsulting.tech>",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.mokoconsulting.tech/MokoConsulting/dolibarr-api-mcp.git"
|
|
}
|
|
}
|