package.json•902 B
{
"name": "mcp_server_for_apache_ofbiz",
"version": "1.0.0",
"type": "module",
"main": "server-local.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc && chmod 755 build/server-local.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.17.2",
"express-rate-limit": "^8.2.1",
"jsonwebtoken": "^9.0.2",
"jwks-rsa": "^3.2.0",
"node-fetch": "^3.3.2",
"openid-client": "^6.8.1",
"zod": "^3.25.76"
},
"devDependencies": {
"@types/cors": "^2.8.19",
"@types/express": "^4.17.21",
"@types/express-rate-limit": "^5.1.3",
"@types/jsonwebtoken": "^9.0.10",
"@types/node": "^24.2.1",
"typescript": "^5.9.2"
},
"bin": {
"mcp_server_for_apache_ofbiz": "./build/server-local.js"
},
"files": [
"build"
]
}