package.json•815 B
{
"name": "doi-citation-verifier-mcp",
"version": "1.0.0",
"description": "MCP server that prevents citation hallucination by verifying academic citations against CrossRef database",
"type": "module",
"main": "dist/index.js",
"module": "./src/index.ts",
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"prepare": "npm run build"
},
"keywords": [
"mcp",
"doi",
"citations",
"academic",
"research",
"verification",
"anti-hallucination",
"fact-checking"
],
"author": "tfscharff",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.4",
"@smithery/sdk": "^1.0.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/node": "^20.12.7",
"typescript": "^5.4.5"
},
"engines": {
"node": ">=18.0.0"
}
}