package.json•671 B
{
"name": "mcp-recherche-entreprises",
"version": "0.1.6",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "npx @modelcontextprotocol/inspector npx tsx index.ts",
"start": "npx tsx index.ts",
"build": "tsc && shx chmod +x dist/*.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.10.2",
"tsx": "^4.19.4",
"zod": "^3.24.3"
},
"devDependencies": {
"@types/node": "^22.15.3",
"shx": "^0.4.0",
"typescript": "^5.8.3"
},
"bin": {
"mcp-recherche-entreprises": "./dist/index.js"
}
}