{
  "name": "@test-station/adapter-playwright",
  "version": "0.2.124",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/smysnk/test-station.git",
    "directory": "packages/adapter-playwright"
  },
  "publishConfig": {
    "access": "public"
  },
  "type": "module",
  "exports": {
    ".": "./src/index.js"
  },
  "dependencies": {
    "istanbul-lib-coverage": "^3.2.2"
  },
  "scripts": {
    "build": "node ../../scripts/check-package.mjs ./src/index.js",
    "lint": "node ../../scripts/lint-syntax.mjs ./src"
  }
}
