{
  "name": "@thefehr/foundry-playwright",
  "version": "1.4.3",
  "description": "A robust, multi-version E2E testing library for FoundryVTT modules and systems, powered by Playwright.",
  "keywords": [
    "e2e",
    "foundryvtt",
    "playwright",
    "testing"
  ],
  "homepage": "https://github.com/TheFehr/foundry-playwright#readme",
  "bugs": {
    "url": "https://github.com/TheFehr/foundry-playwright/issues"
  },
  "license": "MIT",
  "author": "TheFehr",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/TheFehr/foundry-playwright.git"
  },
  "bin": {
    "foundry-playwright": "./dist/cli/index.js"
  },
  "files": [
    "dist",
    "verified-versions.json"
  ],
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "test": "vitest run --passWithNoTests",
    "test:watch": "vitest",
    "test:e2e": "playwright test",
    "lint": "oxlint .",
    "format": "oxfmt . --check",
    "format:fix": "oxfmt .",
    "verify": "tsx scripts/verify-local.ts",
    "verify:local": "node --env-file-if-exists=.env ./node_modules/.bin/tsx scripts/verify-local.ts",
    "close-resolved-issues": "tsx scripts/close-resolved-issues.ts",
    "release": "release-it",
    "prepublishOnly": "npm run build",
    "prepare": "husky"
  },
  "dependencies": {
    "commander": "^14.0.3"
  },
  "devDependencies": {
    "@playwright/test": "1.59.1",
    "@release-it/conventional-changelog": "11.0.0",
    "@types/node": "20.19.39",
    "dotenv": "17.4.2",
    "husky": "9.1.7",
    "lint-staged": "17.0.2",
    "oxfmt": "0.48.0",
    "oxlint": "1.63.0",
    "release-it": "20.0.1",
    "tsx": "4.21.0",
    "typescript": "5.9.3",
    "vitest": "1.6.1"
  },
  "peerDependencies": {
    "@playwright/test": "^1.51.0"
  },
  "lint-staged": {
    "**/*.{ts,json,js,md,yml}": "npm run format:fix",
    "{src,e2e,scripts}/**/*.{ts,js}": "oxlint"
  }
}
