{
  "name": "javascript-agent-playwright-beta",
  "version": "0.2.0-beta.37",
  "main": "build/javascript-agent-playwright/index.js",
  "license": "MIT",
  "description": "Zebrunner Agent for Playwright",
  "scripts": {
    "clean": "rimraf ./build",
    "build": "tsc -p ./tsconfig.json",
    "lint": "eslint **/*.ts",
    "test": "npx playwright test",
    "test:1": "playwright test tests/pw_nested_testsuite.spec.ts"
  },
  "devDependencies": {
    "@playwright/test": "^1.37.1",
    "@typescript-eslint/eslint-plugin": "^5.48.2",
    "@typescript-eslint/parser": "^5.48.2",
    "eslint": "^8.32.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-config-prettier": "^9.1.0",
    "eslint-import-resolver-typescript": "^3.5.3",
    "eslint-plugin-import": "^2.27.5",
    "playwright": "^1.18.1",
    "prettier": "^2.5.1",
    "rimraf": "^5.0.1",
    "typescript": "^4.5.5"
  },
  "dependencies": {
    "@ffmpeg-installer/ffmpeg": "^1.1.0",
    "@slack/web-api": "^6.6.0",
    "axios": "^0.25.0",
    "dotenv": "^16.3.1",
    "fluent-ffmpeg": "^2.1.2",
    "form-data": "^4.0.0",
    "loglevel": "^1.8.1",
    "ua-parser-js": "^1.0.2",
    "uuid": "^8.3.2"
  },
  "homepage": "https://github.com/zebrunner/javascript-agent-playwright#readme",
  "bugs": {
    "url": "https://github.com/zebrunner/javascript-agent-playwright/issues"
  },
  "keywords": [
    "zebrunner",
    "reporting",
    "playwright"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/zebrunner/javascript-agent-playwright"
  },
  "author": "https://github.com/ryanrosello-og"
}
