{
  "name": "doffinmcp",
  "version": "1.0.2",
  "description": "Doffin MCP server for searching RFP publications",
  "type": "module",
  "main": "build/index.js",
  "bin": {
    "doffin-mcp": "build/index.js"
  },
  "files": [
    "build/**/*",
    "README.md"
  ],
  "scripts": {
    "build": "tsc",
    "prepare": "npm run build",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": ["mcp", "doffin", "rfp", "procurement", "norway"],
  "author": "",
  "license": "ISC",
  "repository": {
    "type": "git",
    "url": "https://github.com/reidar80/DoffinMCP.git"
  },
  "homepage": "https://github.com/reidar80/DoffinMCP#readme",
  "bugs": {
    "url": "https://github.com/reidar80/DoffinMCP/issues"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.22.0",
    "zod": "^3.25.76"
  },
  "devDependencies": {
    "@types/node": "^24.10.1",
    "typescript": "^5.9.3"
  }
}
