{
  "name": "@checksum-ai/runtime",
  "description": "Checksum.ai test runtime",
  "main": "index.js",
  "dependencies": {
    "@playwright/test": "1.63.0",
    "dotenv": "17.4.2",
    "jsdom": "30.0.1",
    "playwright-extra": "4.3.6",
    "puppeteer-extra-plugin": "3.2.3",
    "puppeteer-extra-plugin-stealth": "2.11.2",
    "sucrase": "3.35.1",
    "sharp": "0.35.4",
    "htmlparser2": "12.0.0",
    "typescript": "^5.0.0",
    "undici": "8.10.2"
  },
  "engines": {
    "node": ">=20.18"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/checksum-ai/checksum-ai-monorepo.git",
    "directory": "packages/runtime"
  },
  "keywords": [
    "checksum",
    "checksum-ai",
    "playwright",
    "test"
  ],
  "files": [
    "checksum-root/*",
    "checksum-root/.gitignore.example",
    "scripts/*",
    "*"
  ],
  "author": "checksum.ai",
  "license": "ISC",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "bugs": {
    "url": "https://github.com/checksum-ai/checksum-ai-monorepo/issues"
  },
  "homepage": "https://github.com/checksum-ai/checksum-ai-monorepo/tree/main/packages/runtime#readme",
  "version": "5.3.5"
}
