@alex-popov-tech/playwright-lighthouse
Version:
Playwright Lighthouse Audit
51 lines (50 loc) • 1.25 kB
JSON
{
"name": "@alex-popov-tech/playwright-lighthouse",
"version": "3.2.6",
"description": "Playwright Lighthouse Audit",
"main": "index.js",
"type": "module",
"scripts": {
"test": "mocha --parallel --timeout 30000",
"lint": "eslint --ext .js --ignore-path .gitignore .",
"prettier": "prettier --check \"**/*.{js,md,yml}\"",
"prettier:fix": "prettier --write \"**/*.{js,md,yml}\""
},
"repository": {
"type": "git",
"url": "https://github.com/alex-popov-tech/playwright-lighthouse"
},
"engines": {
"node": ">=16.x"
},
"keywords": [
"playwright",
"playwright-lighthouse",
"playwright-audit"
],
"author": "Oleksandr Popov <alex-popov-tech@gmail.com>",
"license": "MIT",
"dependencies": {
"chalk": "^4.1.2",
"lighthouse": "^10.0.1",
"ua-parser-js": "^1.0.2"
},
"devDependencies": {
"@types/mocha": "9.1.0",
"@types/node": "^16.11.26",
"chai": "^4.3.6",
"eslint": "^8.12.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"mocha": "9.2.2",
"prettier": "^2.6.1"
},
"peerDependencies": {
"playwright-core": "^1.19.2"
},
"peerDependenciesMeta": {
"playwright-core": {
"optional": true
}
}
}