{ "name": "lighthouse-plugin-example", "private": true, "main": "./plugin.js", "scripts": { "audit:run": "wrapper() { lighthouse $1 --chrome-flags='--headless' --plugins=lighthouse-plugin-example; }; wrapper ", "audit:open": "open $(ls -C --sort=time *.report.html | head -n 1)" }, "peerDependencies": { "lighthouse": "^10.0.0" }, "devDependencies": { "lighthouse": "^8.6.0" }, "volta": { "node": "16.19.0" } }