{ "name": "penpotqa", "version": "1.0.0", "description": "QA Test for Penpot", "main": "index.js", "scripts": { "test": "npx playwright test --project=chrome -gv 'PERF'", "firefox": "npx playwright test --project=firefox -gv 'PERF'", "webkit": "npx playwright test --project=webkit -gv 'PERF'", "performance": "npx playwright test --retries=1 --project=chrome -g 'PERF'", "performance:debug": "npx playwright test --debug --project=chrome -g 'PERF'", "prettier": "npx prettier --write ." }, "repository": { "type": "git", "url": "git+https://github.com/penpot/penpotqa.git" }, "keywords": [], "author": "", "license": "ISC", "bugs": { "url": "https://github.com/penpot/penpotqa/issues" }, "homepage": "https://github.com/penpot/penpotqa#readme", "devDependencies": { "@playwright/test": "^1.36.2", "dotenv": "^16.3.1" }, "dependencies": { "prettier": "^3.0.1" } }