{
  "name": "@applitools/spec-driver-playwright",
  "version": "1.8.4",
  "keywords": [
    "playwright",
    "chrome devtools protocol",
    "cdp",
    "devtools",
    "applitools",
    "automation",
    "testing",
    "tests"
  ],
  "homepage": "https://applitools.com",
  "bugs": {
    "url": "https://github.com/applitools/eyes.sdk.javascript1/issues"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/applitools/eyes.sdk.javascript1.git",
    "directory": "js/packages/spec-driver-playwright"
  },
  "license": "SEE LICENSE IN LICENSE",
  "author": {
    "name": "Applitools Team",
    "email": "team@applitools.com"
  },
  "main": "./dist/index.js",
  "types": "./types/index.d.ts",
  "files": [
    "dist",
    "types"
  ],
  "scripts": {
    "lint": "run --top-level eslint '**/*.ts'",
    "build": "run --top-level tspc --project ./tsconfig.build.json",
    "test": "run --top-level mocha './test/**/*.spec.ts' --exit",
    "setup": "run playwright:setup",
    "playwright:setup": "yarn playwright install --with-deps chromium firefox webkit",
    "up:framework": "echo \"$(jq '.devDependencies.playwright = $ENV.APPLITOOLS_FRAMEWORK_VERSION' ./package.json)\" > ./package.json"
  },
  "dependencies": {
    "@applitools/driver": "1.25.4",
    "@applitools/utils": "1.14.3"
  },
  "devDependencies": {
    "@applitools/api-extractor": "^1.2.22",
    "@applitools/test-utils": "^1.5.17",
    "@types/node": "^12.20.55",
    "playwright": "1.47.0"
  },
  "peerDependencies": {
    "playwright": ">=1.0.0"
  },
  "engines": {
    "node": ">=12.13.0"
  },
  "publishConfig": {
    "access": "public"
  }
}