{
  "name": "@detiq/crawler",
  "version": "1.1.23",
  "private": false,
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "type": "module",
  "main": "dist/index.js",
  "types": "types/index.d.ts",
  "scripts": {
    "build": "node -e \"const {execSync}=require('child_process'),{readdirSync,statSync}=require('fs'),path=require('path');function walk(d){let f=[];for(const e of readdirSync(d)){const p=path.join(d,e);statSync(p).isDirectory()?f.push(...walk(p)):p.endsWith('.ts')&&!p.endsWith('.test.ts')&&!p.endsWith('.d.ts')&&f.push(p);}return f;}const files=walk('src').join(' ');execSync('esbuild '+files+' --format=esm --platform=node --target=node20 --outdir=dist --sourcemap',{stdio:'inherit'});\" && tsc -d --emitDeclarationOnly --outDir types",
    "typecheck": "tsc --noEmit",
    "test": "tsx --test src/**/*.test.ts"
  },
  "dependencies": {
    "@aws-sdk/client-sqs": "^3.1075.0",
    "@browserbasehq/stagehand": "^3.6.0",
    "@detiq/agents": "*",
    "@detiq/app-brain": "*",
    "@detiq/core": "*",
    "@detiq/database": "*",
    "@mozilla/readability": "^0.6.0",
    "axe-core": "^4.12.1",
    "camoufox": "^0.1.19",
    "fast-xml-parser": "^5.10.1",
    "minimatch": "^10.0.0",
    "imapflow": "^1.4.3",
    "lighthouse": "^13.4.0",
    "linkedom": "^0.18.12",
    "mailparser": "^3.9.12",
    "pino": "^10.3.1",
    "pino-pretty": "^13.1.3",
    "pixelmatch": "^6.0.0",
    "playwright": "^1.55.0",
    "playwright-extra": "^4.3.6",
    "puppeteer-extra-plugin-stealth": "^2.11.2",
    "rebrowser-patches": "^1.0.19",
    "rebrowser-playwright-core": "^1.52.0",
    "sharp": "^0.35.0",
    "turndown": "^7.2.4",
    "webdriverio": "^9.0.0",
    "zod": "^3.25.0"
  },
  "devDependencies": {
    "@types/axe-core": "^2.0.2",
    "@types/mailparser": "^3.4.6",
    "@types/turndown": "^5.0.5"
  }
}
