{
  "name": "modelab",
  "version": "0.6.5",
  "description": "Autonomous AI research engine — run experiments, score outputs, remember lessons, recall history, and plan what to test next",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "bin": {
    "modelab": "./bin/modelab.js"
  },
  "scripts": {
    "build": "tsc && node scripts/fix-bin.js",
    "test": "vitest run",
    "dev": "tsx src/cli.ts"
  },
  "keywords": [
    "ai",
    "research",
    "agent",
    "llm",
    "openai",
    "anthropic",
    "evaluation",
    "experimentation",
    "memory",
    "routing"
  ],
  "files": [
    "dist",
    "bin",
    "README.md",
    "LICENSE"
  ],
  "license": "MIT",
  "homepage": "https://github.com/darks0l/modelab",
  "repository": {
    "type": "git",
    "url": "https://github.com/darks0l/modelab.git"
  },
  "dependencies": {
    "better-sqlite3": "^11.0.0",
    "tiktoken": "^1.0.22",
    "zod": "^3.0.0"
  },
  "devDependencies": {
    "@types/better-sqlite3": "^7.6.0",
    "@types/node": "^20.0.0",
    "tsx": "^4.0.0",
    "typescript": "^5.0.0",
    "vitest": "^1.0.0"
  }
}
