{
  "name": "periodicos-capes-mcp",
  "version": "2.3.0",
  "description": "MCP server para consulta de periódicos científicos do Portal de Periódicos CAPES",
  "main": "dist/index.js",
  "type": "module",
  "bin": {
    "periodicos-capes-mcp": "dist/index.js"
  },
  "files": [
    "dist/**/*",
    "data/qualis.db",
    "README.md",
    "package.json"
  ],
  "scripts": {
    "build": "tsc",
    "start": "node dist/index.js",
    "dev": "tsx src/index.ts",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "mcp",
    "capes",
    "periodicos",
    "papers",
    "research",
    "academic",
    "claude",
    "anthropic"
  ],
  "author": "damarals",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/damarals/periodicos-capes-mcp.git"
  },
  "bugs": {
    "url": "https://github.com/damarals/periodicos-capes-mcp/issues"
  },
  "homepage": "https://github.com/damarals/periodicos-capes-mcp#readme",
  "engines": {
    "node": ">=18.0.0"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.17.0",
    "better-sqlite3": "^12.2.0",
    "cheerio": "^1.1.2"
  },
  "devDependencies": {
    "@types/better-sqlite3": "^7.6.13",
    "@types/node": "^20.19.9",
    "tsx": "^4.20.3",
    "typescript": "^5.8.3"
  }
}
