@olivierrmichel/louvre-mcp
Version:
A tool to interact with the Louvre's artwork collection
45 lines (44 loc) • 990 B
JSON
{
"name": "@olivierrmichel/louvre-mcp",
"version": "1.0.4",
"description": "A tool to interact with the Louvre's artwork collection",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"start": "node build/index.js",
"test": "tsc && chmod 755 build/index.js",
"prepare": "npm run build"
},
"bin": {
"louvreMCP": "./build/index.js"
},
"keywords": [
"louvre",
"artwork",
"mcp"
],
"author": "Olivier Michel",
"license": "MIT",
"type": "module",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.7.0",
"@olivierrmichel/louvre-mcp": "file:olivierrmichel-louvre-mcp-1.0.4.tgz",
"axios": "^1.8.2",
"cheerio": "^1.0.0",
"zod": "^3.24.2"
},
"devDependencies": {
"@types/axios": "^0.9.36",
"@types/cheerio": "^0.22.35",
"@types/node": "^22.13.10",
"typescript": "^5.8.2"
},
"files": [
"dist",
"README.md"
],
"publishConfig": {
"access": "public"
}
}