package.json•632 B
{
"name": "@mjpitz/mcp-rfc",
"version": "0.2504.4",
"main": "build/index.js",
"bin": "build/index.js",
"type": "module",
"scripts": {
"build": "tsc && chmod +x build/index.js",
"start": "node build/index.js",
"dev": "tsc --watch",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "Apache-2.0",
"description": "",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.9.0",
"axios": "^1.8.4",
"jsdom": "^26.0.0"
},
"devDependencies": {
"@types/jsdom": "^21.1.7",
"@types/node": "^22.14.0",
"typescript": "^5.8.3"
}
}