package.jsonâĸ776 B
{
"name": "readwise-mcp-http",
"version": "1.0.0",
"description": "Readwise MCP HTTP Server",
"type": "module",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"start": "node dist/mcp-http-server.js",
"dev": "tsx src/mcp-http-server.ts",
"watch": "tsx watch src/mcp-http-server.ts"
},
"dependencies": {
"@readwise/readwise-mcp": "^0.0.6",
"@modelcontextprotocol/sdk": "^1.9.0",
"axios": "^1.8.4",
"axios-retry": "^4.5.0",
"zod": "^3.25.75",
"express": "^4.18.2",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"node-fetch": "^3.3.2"
},
"devDependencies": {
"@types/express": "^4.17.21",
"@types/cors": "^2.8.17",
"@types/node": "^20.10.0",
"typescript": "^5.3.0",
"tsx": "^4.6.0"
}
}