{
  "name": "@empiricalrun/core",
  "version": "0.8.2",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "main": "dist/index.js",
  "author": "Empirical Team <hey@empirical.run>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/empirical-run/empirical.git"
  },
  "devDependencies": {
    "dotenv": "^16.4.5",
    "@empiricalrun/types": "0.9.0",
    "@empiricalrun/typescript-config": "0.1.0"
  },
  "dependencies": {
    "duckdb-async": "^0.10.0",
    "openai": "^4.29.0",
    "posthog-node": "^4.0.1",
    "python-shell": "^5.0.0",
    "@empiricalrun/ai": "^0.10.1",
    "@empiricalrun/scorer": "0.3.1"
  },
  "scripts": {
    "build": "node scripts/load.js && tsc --build && cp -r src/python/ dist/python/ && node scripts/revert.js",
    "clean": "tsc --build --clean",
    "lint": "eslint .",
    "test": "vitest run",
    "test:watch": "vitest"
  }
}