{
  "name": "@civitas-cerebrum/element-interactions",
  "version": "0.3.9",
  "description": "A robust, readable interaction and assertion Facade for Playwright. Abstract away boilerplate into semantic, English-like methods, making your test automation framework cleaner, easier to maintain, and accessible to non-developers.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "clean": "rm -rf dist",
    "build": "npm run clean && tsc",
    "test": "npm run test:unit",
    "test:all": "npm run test:unit && npm run test:email",
    "typecheck:tests": "tsc -p tsconfig.tests.json",
    "test:unit": "npm run typecheck:tests && npx playwright test --grep-invert 'Email Integration Tests'",
    "test:email": "npx playwright test --grep 'Email Integration Tests'",
    "test:ui": "npx playwright test --headed",
    "check:publishable": "node -e \"const d={...require('./package.json').dependencies,...require('./package.json').devDependencies}; const bad=Object.entries(d).filter(([,v])=>/^(file|link):/.test(v)); if(bad.length){console.error('Unpublishable deps:',bad);process.exit(1)}\"",
    "prepublishOnly": "npm run check:publishable && npm run build",
    "test:quiet": "TESTER_DEBUG=false npx playwright test",
    "test:coverage": "npx test-coverage",
    "test:with-coverage": "npx playwright test --grep-invert 'Email Integration Tests' && npx test-coverage --format github-plain"
  },
  "files": [
    "dist"
  ],
  "peerDependencies": {
    "@playwright/test": ">=1.0.0"
  },
  "devDependencies": {
    "@civitas-cerebrum/test-coverage": "^0.1.0",
    "@playwright/test": "^1.61.0",
    "@types/debug": "^4.1.13",
    "@types/node": "^20.0.0",
    "pg": "^8.13.0",
    "typescript": "^5.0.0"
  },
  "keywords": [
    "playwright",
    "automation",
    "interactions",
    "assertions",
    "clean-code",
    "facade-pattern",
    "test-automation",
    "steps-api"
  ],
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/civitas-cerebrum/element-interactions.git"
  },
  "author": "Umut Ay Bora",
  "license": "MIT",
  "dependencies": {
    "@civitas-cerebrum/context-store": "^0.0.2",
    "@civitas-cerebrum/element-repository": "^0.3.1",
    "@civitas-cerebrum/email-client": "^0.0.9",
    "@civitas-cerebrum/sql-client": "^0.1.2",
    "@civitas-cerebrum/wasapi": "^0.0.3",
    "debug": "^4.4.3",
    "dotenv": "^17.3.1"
  },
  "overrides": {
    "nodemailer": "^9.0.1",
    "@civitas-cerebrum/test-coverage": {
      "glob": "^13.0.6"
    }
  }
}
