Skip to content
Snippets Groups Projects
Select Git revision
  • a25403d4cc92b187c2fda9d8b4a9d7673bd17b83
  • main default protected
2 results

package.json

Blame
  • This project manages its dependencies using npm. Learn more
    package.json 406 B
    {
      "name": "playwright",
      "version": "1.1.0",
      "description": "",
      "main": "index.js",
      "scripts": {},
      "author": "Jens Grochtdreis",
      "license": "ISC",
      "devDependencies": {
        "@playwright/test": "^1.41.0",
        "lighthouse": "^11.4.0",
        "playwright": "^1.41.0",
        "rimraf": "^5.0.5"
      },
      "dependencies": {
        "@axe-core/playwright": "^4.8.3",
        "playwright-lighthouse": "^4.0.0"
      }
    }