{
  "name": "agentrails",
  "version": "1.1.0",
  "description": "Safeguard your AI agents - keep them grounded and on the rails",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch",
    "prepublishOnly": "npm run build",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:coverage": "jest --coverage"
  },
  "keywords": [
    "ai",
    "agent",
    "testing",
    "e2e",
    "llm",
    "safety",
    "guardrails",
    "validation",
    "grounding",
    "agent-testing"
  ],
  "author": "",
  "license": "MIT",
  "dependencies": {
    "@anthropic-ai/sdk": "^0.27.0",
    "@google/generative-ai": "^0.1.3",
    "chalk": "^4.1.2",
    "glob": "^10.3.10",
    "js-yaml": "^4.1.0",
    "openai": "^4.20.1",
    "tsx": "^4.7.0"
  },
  "devDependencies": {
    "@types/jest": "^29.5.11",
    "@types/js-yaml": "^4.0.9",
    "@types/node": "^20.10.5",
    "jest": "^29.7.0",
    "ts-jest": "^29.1.1"
  },
  "engines": {
    "node": ">=16.0.0"
  }
}
