{
  "name": "@lynox-ai/core",
  "version": "2.6.1",
  "description": "source-available professional agent that learns your business — connect any API, remember everything, run while you sleep",
  "author": "Rafael Burlet",
  "license": "Elastic-2.0",
  "homepage": "https://lynox.ai",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lynox-ai/lynox.git"
  },
  "bugs": {
    "url": "https://github.com/lynox-ai/lynox/issues"
  },
  "keywords": [
    "ai-agent",
    "runtime",
    "automation",
    "knowledge-graph",
    "byok",
    "self-hostable",
    "elv2",
    "anthropic",
    "claude",
    "mistral"
  ],
  "type": "module",
  "sideEffects": false,
  "engines": {
    "node": ">=22"
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    },
    "./types": {
      "import": "./dist/types/index.js",
      "types": "./dist/types/index.d.ts"
    }
  },
  "bin": {
    "lynox": "dist/index.js"
  },
  "files": [
    "dist/",
    "data/",
    "scripts/postinstall.cjs",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "typecheck": "tsc --noEmit",
    "dev": "node --env-file-if-exists=.env --watch --import tsx src/index.ts",
    "build": "tsc",
    "start": "node dist/index.js",
    "test": "vitest run",
    "coverage": "vitest run --coverage",
    "bench": "vitest bench --config vitest.bench.config.ts",
    "bench:online": "vitest bench --config vitest.bench.config.ts tests/performance/online/",
    "smoke:local": "bash scripts/smoke-local.sh",
    "test:watch": "vitest",
    "postinstall": "node -e \"const f='scripts/postinstall.cjs';require('node:fs').existsSync(f)&&require('node:child_process').spawnSync(process.execPath,[f],{stdio:'inherit'})\"",
    "prepare": "lefthook install || true",
    "security": "sh scripts/security-scan.sh && vitest run tests/security/",
    "lint": "eslint src/",
    "prepack": "find dist -name '*.js.map' -o -name '*.d.ts.map' | xargs rm -f",
    "prepublishOnly": "npm run build"
  },
  "dependencies": {
    "@anthropic-ai/sdk": "^0.98.0",
    "@huggingface/transformers": "^4.2.0",
    "@mozilla/readability": "^0.6.0",
    "@sentry/node": "^10.46.0",
    "better-sqlite3": "^12.6.2",
    "email-reply-parser": "^2.3.5",
    "iconv-lite": "^0.7.2",
    "imapflow": "^1.0.181",
    "linkedom": "^0.18.12",
    "mammoth": "^1.12.0",
    "nodemailer": "^9.0.1",
    "unpdf": "^1.6.2",
    "web-push": "^3.6.7",
    "zod": "^4.3.6"
  },
  "pnpm": {
    "onlyBuiltDependencies": [
      "@evilmartians/lefthook",
      "better-sqlite3",
      "onnxruntime-node"
    ],
    "overrides": {
      "path-to-regexp": "^8.4.0",
      "brace-expansion": "^5.0.5",
      "lodash-es": ">=4.18.0",
      "cookie": ">=0.7.0",
      "esbuild": ">=0.28.1",
      "hono": ">=4.12.18",
      "@hono/node-server": ">=1.19.13",
      "vite": ">=8.0.16",
      "protobufjs": ">=8.6.0",
      "@opentelemetry/core": ">=2.8.0",
      "nodemailer": ">=9.0.1",
      "fast-uri": ">=3.1.2",
      "ip-address": ">=10.1.1",
      "uuid": ">=11.1.1"
    }
  },
  "peerDependencies": {
    "@anthropic-ai/vertex-sdk": ">=0.11.0",
    "google-auth-library": ">=10.0.0"
  },
  "peerDependenciesMeta": {
    "@anthropic-ai/vertex-sdk": {
      "optional": true
    },
    "google-auth-library": {
      "optional": true
    }
  },
  "devDependencies": {
    "@anthropic-ai/vertex-sdk": "^0.16.0",
    "@evilmartians/lefthook": "^2.1.4",
    "@playwright/test": "^1.48.0",
    "@types/better-sqlite3": "^7.6.13",
    "@types/email-reply-parser": "^1.4.2",
    "@types/node": "^25.3.5",
    "@types/nodemailer": "^8.0.0",
    "@types/web-push": "^3.6.4",
    "@typescript-eslint/eslint-plugin": "^8.57.2",
    "@typescript-eslint/parser": "^8.57.2",
    "@vitest/coverage-v8": "^4.1.4",
    "eslint": "^10.1.0",
    "google-auth-library": "^10.6.2",
    "tsx": "^4.0.0",
    "typescript": "^5.7.0",
    "vitest": "^4.1.4"
  }
}
