{
  "name": "lariat",
  "version": "2.0.1",
  "description": "Page object framework for end-to-end testing in Playwright.",
  "author": "Widen",
  "license": "ISC",
  "packageManager": "yarn@3.2.1",
  "repository": "github:Widen/lariat",
  "homepage": "https://github.com/Widen/lariat#readme",
  "bugs": {
    "url": "https://github.com/Widen/lariat/issues"
  },
  "keywords": [
    "lariat",
    "page-object-model",
    "end-to-end-testing",
    "playwright",
    "playwright-test"
  ],
  "type": "module",
  "types": "./dist/index.d.ts",
  "exports": {
    "types": "./dist/index.d.ts",
    "import": "./dist/index.js",
    "require": "./dist/index.cjs"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "lint": "eslint .",
    "test": "playwright test",
    "build": "tsup ./src/index.ts --format cjs,esm --dts",
    "release": "./scripts/release.sh"
  },
  "peerDependencies": {
    "@playwright/test": ">=1.28.0"
  },
  "devDependencies": {
    "@babel/core": "^7.20.12",
    "@babel/eslint-parser": "^7.19.1",
    "@changesets/cli": "^2.26.0",
    "@playwright/test": "^1.30.0",
    "@typescript-eslint/eslint-plugin": "^5.49.0",
    "@typescript-eslint/parser": "^5.49.0",
    "eslint": "^8.32.0",
    "eslint-config-widen": "^1.1.0",
    "eslint-plugin-playwright": "^0.12.0",
    "eslint-plugin-sort": "^2.4.0",
    "eslint-plugin-widen": "^1.0.0",
    "prettier": "^2.8.3",
    "tsup": "^6.5.0",
    "typescript": "^4.9.4"
  }
}
