{
  "name": "@hasna/researcher",
  "version": "0.1.8",
  "description": "Universal autonomous experimentation framework — PFLK/GREE cycles, knowledge graphs, entity extraction, sqlite-vec search, multi-provider LLM routing, SQLite knowledge base, sandbox isolation",
  "type": "module",
  "bin": {
    "researcher": "src/cli/index.ts"
  },
  "exports": {
    ".": "./src/lib/index.ts",
    "./mcp": "./src/mcp/index.ts",
    "./graph": "./src/graph/index.ts"
  },
  "files": [
    "src",
    "templates",
    "LICENSE"
  ],
  "scripts": {
    "dev": "bun run src/cli/index.ts",
    "test": "bun test",
    "test:coverage": "bun test --coverage",
    "typecheck": "tsc --noEmit",
    "mcp": "bun run src/mcp/index.ts",
    "postinstall": "mkdir -p $HOME/.hasna/researcher/profiles $HOME/.hasna/researcher/training 2>/dev/null || true"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org",
    "access": "public"
  },
  "dependencies": {
    "@anthropic-ai/sdk": "^0.39.0",
    "@e2b/code-interpreter": "^1.0.0",
    "@hasna/connectors": "^1.3.1",
    "@hasna/skills": "^0.1.13",
    "@modelcontextprotocol/sdk": "^1.12.1",
    "commander": "^13.1.0",
    "openai": "^4.85.0",
    "sqlite-vec": "^0.1.7",
    "yaml": "^2.7.0",
    "zod": "^3.24.0"
  },
  "devDependencies": {
    "@types/bun": "latest"
  },
  "peerDependencies": {
    "typescript": "^5"
  },
  "license": "Apache-2.0",
  "author": "Andrei Hasna <andrei@hasna.com>",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hasna/researcher.git"
  },
  "keywords": [
    "researcher",
    "experimentation",
    "autonomous",
    "pflk",
    "gree",
    "ai",
    "llm",
    "sandbox",
    "knowledge",
    "graph",
    "entity-extraction",
    "sqlite-vec",
    "graphrag"
  ]
}
