package.jsonβ’612 B
{
"name": "jw-mcp",
"version": "1.0.0",
"description": "MCP server for JW.org content: Bible scripture lookup with study content, workbook materials, Watchtower articles, and video captions",
"main": "index.js",
"type": "module",
"scripts": {
"start": "node src/index.js",
"start:http": "node src/http-server.js"
},
"bin": {
"jw-mcp": "./src/index.js"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.21.1",
"cheerio": "^1.1.2",
"node-fetch": "^3.3.2",
"express": "^4.18.2",
"cors": "^2.8.5"
},
"devDependencies": {
"@types/node": "^20.0.0"
}
}