{
  "name": "osint-mcp",
  "version": "1.0.1",
  "description": "MCP server for OSINT workflows backed by local writeups",
  "scripts": {
    "dev": "bun run dev:http",
    "dev:http": "vite-node --watch src/server.ts --transport=http",
    "dev:stdio": "vite-node --watch src/server.ts --transport=stdio",
    "mcp:stdio": "bun src/server.ts --transport=stdio",
    "mcp:http": "bun src/server.ts --transport=http",
    "build": "vite build",
    "start": "bun run start:http",
    "start:http": "bun dist/server.js --transport=http",
    "start:stdio": "bun dist/server.js --transport=stdio",
    "typecheck": "tsc --noEmit",
    "test": "vitest run",
    "test:watch": "vitest",
    "hooks:install": "git config core.hooksPath .githooks",
    "prepublishOnly": "npm run typecheck && npm run test && npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/EdamAme-x/osint-agent-rag.git"
  },
  "keywords": [
    "mcp",
    "osint",
    "hono",
    "duckduckgo",
    "yandex",
    "archive"
  ],
  "author": "",
  "license": "ISC",
  "type": "module",
  "bin": {
    "osint-mcp": "bin/osint-mcp.js"
  },
  "files": [
    "dist",
    "bin",
    "writeups/README.md",
    "writeups/**/README.md",
    "README.md"
  ],
  "engines": {
    "node": ">=20"
  },
  "publishConfig": {
    "access": "public"
  },
  "packageManager": "bun@1.3.9",
  "bugs": {
    "url": "https://github.com/EdamAme-x/osint-agent-rag/issues"
  },
  "homepage": "https://github.com/EdamAme-x/osint-agent-rag#readme",
  "dependencies": {
    "@hono/mcp": "^0.2.4",
    "@hono/node-server": "^1.19.9",
    "@modelcontextprotocol/sdk": "^1.27.1",
    "@types/node": "^25.3.3",
    "effect": "^3.18.4",
    "exifr": "^7.1.3",
    "hono": "^4.12.3",
    "valibot": "^1.1.0",
    "zod": "^4.3.6"
  },
  "devDependencies": {
    "typescript": "^5.9.3",
    "vite": "^7.3.1",
    "vite-node": "^5.3.0",
    "vitest": "^4.0.18"
  }
}
