{
  "name": "@jokerized/getresearchdone",
  "version": "0.4.9",
  "description": "Get Research Done — R&D workflow automation for Claude Code",
  "author": "Cameleon X",
  "license": "UNLICENSED",
  "engines": {
    "node": ">=18"
  },
  "bin": {
    "grd-tools": "bin/grd-tools.js",
    "grd-mcp-server": "bin/grd-mcp-server.js",
    "gd": "bin/gd.js"
  },
  "files": [
    "bin/",
    "lib/",
    "dist/",
    "commands/",
    "agents/",
    ".claude-plugin/plugin.json"
  ],
  "keywords": [
    "research",
    "workflow",
    "claude",
    "mcp",
    "cli"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/cameleon-x/grd"
  },
  "scripts": {
    "test": "jest --coverage",
    "test:unit": "jest tests/unit/ --coverage",
    "test:integration": "jest tests/integration/",
    "test:watch": "jest --watch",
    "lint": "eslint bin/ lib/",
    "lint:fix": "eslint --fix bin/ lib/",
    "format": "prettier --write bin/ lib/ tests/ jest.config.js",
    "format:check": "prettier --check bin/ lib/ tests/ jest.config.js",
    "build": "tsc -p tsconfig.build.json",
    "build:check": "tsc --noEmit",
    "prepublishOnly": "npm run build",
    "prepack": "node scripts/strip-pycache.mjs",
    "postinstall": "node bin/postinstall.js",
    "scan": "gd scan",
    "scan:all": "gd scan --all",
    "hooks:install": "node scripts/install-hooks.mjs"
  },
  "devDependencies": {
    "@eslint/js": "^10.0.1",
    "@types/jest": "^30.0.0",
    "@typescript-eslint/eslint-plugin": "^8.56.1",
    "@typescript-eslint/parser": "^8.56.1",
    "eslint": "^10.0.0",
    "globals": "^17.3.0",
    "jest": "^30.2.0",
    "prettier": "^3.8.1",
    "ts-jest": "^29.4.6",
    "typescript": "^5.9.3",
    "typescript-eslint": "^8.56.1"
  },
  "dependencies": {
    "@mozilla/readability": "^0.6.0",
    "jsdom": "^29.1.1",
    "pdfjs-dist": "^5.7.284",
    "tsx": "^4.21.0",
    "turndown": "^7.2.4"
  }
}
