{
  "name": "@askalf/deepdive",
  "version": "0.32.1",
  "description": "own your research — local agent, cited answers. Part of Own Your Stack.",
  "type": "module",
  "bin": {
    "deepdive": "./dist/cli.js"
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE",
    "DISCLAIMER.md"
  ],
  "scripts": {
    "build": "tsc",
    "typecheck": "tsc --noEmit",
    "pretest": "npm run build",
    "test": "node --test --test-concurrency=4 test/*.test.mjs",
    "prefuzz": "npm run build",
    "fuzz": "node fuzz/run.mjs",
    "dev": "tsx src/cli.ts",
    "start": "node dist/cli.js",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "research",
    "agent",
    "llm",
    "local",
    "cli",
    "anthropic",
    "openai",
    "claude",
    "search",
    "deep-research",
    "perplexity-alternative",
    "cite",
    "citations",
    "self-hosted"
  ],
  "author": "askalf (https://github.com/askalf)",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/askalf/deepdive.git"
  },
  "homepage": "https://github.com/askalf/deepdive",
  "bugs": {
    "url": "https://github.com/askalf/deepdive/issues"
  },
  "engines": {
    "node": ">=20.0.0"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.29.0",
    "playwright": "^1.47.0",
    "zod": "^4.4.3"
  },
  "optionalDependencies": {
    "pdfjs-dist": "^6.0.227"
  },
  "devDependencies": {
    "@jazzer.js/core": "^4.0.0",
    "@types/node": "^26.0.0",
    "tsx": "^4.19.0",
    "typescript": "^5.7.0"
  }
}
