{
  "name": "@tenkeylabs/dappwright",
  "version": "2.13.5",
  "description": "End-to-End (E2E) testing for dApps using Playwright + MetaMask",
  "source": "src/index.ts",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "module": "dist/index.mjs",
  "exports": {
    "types": "./dist/index.d.ts",
    "require": "./dist/index.js",
    "import": "./dist/index.mjs",
    "default": "./dist/index.modern.mjs"
  },
  "unpkg": "dist/index.umd.js",
  "files": [
    "dist/"
  ],
  "engines": {
    "node": ">=22"
  },
  "scripts": {
    "prebuild": "rimraf dist",
    "build": "microbundle --target node --tsconfig tsconfig.build.json --external os,https,zlib,stream,util,events,path,fs,module,fsevents,crypto,assert,process,tty,constants,readline,v8,node:module,@playwright/test",
    "dev": "microbundle --target node --tsconfig tsconfig.build.json --external os,https,zlib,stream,util,events,path,fs,module,fsevents,crypto,assert,process,tty,constants,readline,v8,node:module,@playwright/test watch",
    "lint": "yarn run lint:code && yarn run lint:unused",
    "lint:fix": "yarn run lint:code --fix",
    "lint:code": "eslint",
    "lint:unused": "knip",
    "test": "playwright test",
    "test:ci": "playwright test",
    "test:debug": "playwright test --debug --timeout 0",
    "test:metamask:debug": "playwright test --project Metamask --debug --timeout 0",
    "test:coinbase:debug": "playwright test --project Coinbase --debug --timeout 0",
    "test:unit": "vitest",
    "test:unit:watch": "vitest --watch",
    "test:unit:run": "vitest run",
    "test:unit:coverage": "vitest run --coverage",
    "changeset:publish": "yarn build && changeset publish"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/TenKeyLabs/dappwright.git"
  },
  "keywords": [
    "e2e",
    "testing",
    "metamask",
    "playwright",
    "dapp",
    "ethereum"
  ],
  "contributors": [
    "Dwayne Forde <dwayne.forde@gmail.com>"
  ],
  "license": "MIT",
  "dependencies": {
    "node-stream-zip": "^1.13.0"
  },
  "devDependencies": {
    "@changesets/changelog-github": "^0.6.0",
    "@changesets/cli": "^2.26.0",
    "@playwright/test": "^1.51.0",
    "@types/node": "^25.0.0",
    "@typescript-eslint/eslint-plugin": "^8.29.0",
    "@typescript-eslint/parser": "^8.29.0",
    "@vitest/coverage-v8": "^4.0.15",
    "eslint": "^10.0.2",
    "eslint-config-prettier": "^10.1.0",
    "eslint-plugin-import": "^2.31.0",
    "eslint-plugin-prettier": "^5.2.0",
    "globals": "^17.3.0",
    "knip": "^5.62.0",
    "microbundle": "^0.15.1",
    "prettier": "^3.0.3",
    "rimraf": "^6.0.1",
    "typescript": "^5.0",
    "vitest": "^4.0.15"
  },
  "peerDependencies": {
    "playwright-core": ">1.0"
  }
}
