{
  "name": "@empiricalrun/scorer",
  "version": "0.4.0",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "author": "Empirical Team <hey@empirical.run>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/empirical-run/empirical.git"
  },
  "devDependencies": {
    "@empiricalrun/types": "0.11.0",
    "@empiricalrun/typescript-config": "0.1.1"
  },
  "dependencies": {
    "node-sql-parser": "^4.18.0",
    "openai": "^4.29.0",
    "python-shell": "^5.0.0",
    "@empiricalrun/ai": "^0.10.1"
  },
  "scripts": {
    "build": "tsc --build && cp -r src/python/ dist/python/",
    "clean": "tsc --build --clean",
    "lint": "eslint .",
    "test": "vitest run",
    "test:watch": "vitest"
  }
}