{
  "name": "testchimp-runner-core",
  "version": "0.1.38",
  "description": "Core TestChimp functionality for test generation and AI repair",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist/",
    "env.prod",
    "env.staging"
  ],
  "scripts": {
    "build": "tsc",
    "watch": "tsc --watch",
    "clean": "rm -rf dist"
  },
  "dependencies": {
    "@babel/generator": "^7.28.5",
    "@babel/parser": "^7.28.5",
    "@babel/traverse": "^7.28.5",
    "@babel/types": "^7.28.5",
    "@playwright/test": "^1.40.0",
    "ai-wright": "^0.0.11",
    "axios": "^1.6.0",
    "dotenv": "^16.3.1",
    "esbuild": "^0.21.5",
    "fs-extra": "^11.1.1",
    "playwright": "^1.40.0",
    "ws": "^8.14.2"
  },
  "devDependencies": {
    "@types/babel__generator": "^7.27.0",
    "@types/babel__traverse": "^7.28.0",
    "@types/express": "^4.17.21",
    "@types/fs-extra": "^11.0.4",
    "@types/node": "^20.10.0",
    "@types/ws": "^8.5.10",
    "typescript": "^5.3.0"
  },
  "keywords": [
    "testchimp",
    "playwright",
    "ai",
    "test-automation",
    "test-repair"
  ],
  "author": "TestChimp",
  "license": "MIT"
}
