{
  "name": "shikigami-acn-mcp-server",
  "version": "2.0.0",
  "description": "SHIKIGAMI-ACN MCP Server - Deep Research tools with Accenture Consulting Frameworks",
  "type": "module",
  "main": "dist/index.js",
  "bin": {
    "shikigami-mcp": "./dist/index.js"
  },
  "scripts": {
    "build": "tsc",
    "start": "node dist/index.js",
    "dev": "tsx src/index.ts",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:coverage": "vitest run --coverage"
  },
  "keywords": [
    "mcp",
    "shikigami",
    "deep-research",
    "duckduckgo",
    "brave-search",
    "searxng",
    "github-copilot",
    "pdf-parsing"
  ],
  "author": "nahisaho",
  "license": "MIT",
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.0.0",
    "cheerio": "^1.0.0",
    "iconv-lite": "^0.6.3",
    "node-fetch": "^3.3.2",
    "pdf-parse": "^1.1.1",
    "yaml": "^2.7.0"
  },
  "devDependencies": {
    "@types/js-yaml": "^4.0.9",
    "@types/node": "^20.10.0",
    "@types/pdf-parse": "^1.1.4",
    "tsx": "^4.7.0",
    "typescript": "^5.3.2",
    "vitest": "^4.0.17"
  },
  "engines": {
    "node": ">=20.0.0"
  }
}
