{
  "name": "playwright-drupal",
  "version": "1.0.2",
  "description": "Playwright / Drupal integration, supporting fast parallel tests and visual comparisons",
  "scripts": {
    "build": "tsc",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "Andrew Berry <andrew.berry@lullabot.com>",
  "license": "Apache-2.0",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "dependencies": {
    "@axe-core/playwright": "^4.8.5",
    "@playwright/test": "^1.39.0",
    "@types/node": "^20.9.0"
  },
  "devDependencies": {
    "typescript": "^5.2.2"
  }
}
