package.json•858 B
{
"name": "@ythalorossy/openfda",
"version": "1.0.12",
"description": "OpenFDA Model Context Protocol",
"repository": {
"type": "git",
"url": "https://github.com/ythalorossy/openfda.git"
},
"author": "Ythalo Saldanha",
"license": "MIT",
"type": "module",
"bin": {
"openfda": "./bin/index.js"
},
"files": [
"build",
"bin"
],
"keywords": [
"openfda",
"drugs",
"mcp",
"server"
],
"scripts": {
"build": "tsc && chmod 755 build/index.js",
"build:cli": "npm run build && node scripts/add-shebang.cjs && shx cp -r build/* bin/",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.15.1",
"zod": "^3.25.76"
},
"devDependencies": {
"@types/node": "^24.0.14",
"shx": "^0.3.4",
"typescript": "^5.8.3"
}
}