{
  "name": "@jharding_npm/mcp-server-searxng",
  "version": "0.6.13",
  "description": "MCP server for SearXNG meta search integration with enhanced error messaging",
  "license": "MIT",
  "author": "Josh Harding",
  "contributors": [
    "Dewei Yen"
  ],
  "homepage": "https://github.com/jhstatewide/mcp-server-searxng#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jhstatewide/mcp-server-searxng.git"
  },
  "bugs": {
    "url": "https://github.com/jhstatewide/mcp-server-searxng/issues"
  },
  "type": "module",
  "bin": {
    "mcp-server-searxng": "dist/src/index.js"
  },
  "files": [
    "dist",
    "dist/package.json",
    "dist/src/package.json"
  ],
  "scripts": {
    "test": "node --experimental-vm-modules node_modules/jest/bin/jest.js",
    "test:watch": "node --experimental-vm-modules node_modules/jest/bin/jest.js --watch",
    "build": "tsc && shx chmod +x dist/src/*.js",
    "postbuild": "cp package.json dist/package.json && cp package.json dist/src/package.json && node -e \"const pkg = require('./dist/package.json'); pkg.bin = {'mcp-server-searxng': 'src/index.js'}; require('fs').writeFileSync('./dist/package.json', JSON.stringify(pkg, null, 2));\"",
    "prepare": "npm run build",
    "watch": "tsc --watch",
    "prepublishOnly": "npm run build"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.0.1",
    "@types/node-fetch": "^2.6.12",
    "node-fetch": "^2.7.0"
  },
  "devDependencies": {
    "@types/jest": "^30.0.0",
    "@types/node": "^22",
    "jest": "^29.7.0",
    "nock": "^14.0.1",
    "shx": "^0.3.4",
    "ts-jest": "^29.4.0",
    "typescript": "^5.6.2"
  },
  "keywords": [
    "mcp",
    "searxng",
    "search",
    "meta-search",
    "claude",
    "dive",
    "ai"
  ]
}
