UNPKG

wps-website-performance-scores

Version:

Website Performance Scores (WPS) is a Puppeteer-based library developed in order to measure the performance of a website using WebVitals scores (like Lighthouse).

33 lines (32 loc) 803 B
{ "name": "wps-website-performance-scores", "version": "1.1.3", "description": "Website Performance Scores (WPS) is a Puppeteer-based library developed in order to measure the performance of a website using WebVitals scores (like Lighthouse).", "main": "main.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "npx ts-node main.ts" }, "repository": { "type": "git", "url": "git@github.com:Duclearc/wps-website-performance-scores.git" }, "keywords": [ "wps", "puppeteer", "webvitals", "web-vitals", "lighthouse", "performance", "score", "scores", "website", "duclearc" ], "author": "Duclearc", "license": "ISC", "dependencies": { "lighthouse": "^9.3.1", "puppeteer": "^13.5.2" } }