UNPKG

@vocento/wpo-check

Version:

An internal CLI tool to measure and validate Web Performance KPIs during development and CI/CD workflows.

49 lines (48 loc) 1.11 kB
{ "name": "@vocento/wpo-check", "publishConfig": { "access": "public" }, "version": "1.0.2", "description": "An internal CLI tool to measure and validate Web Performance KPIs during development and CI/CD workflows.", "keywords": [ "wpo", "check", "performance", "web", "optimization", "web-performance-optimization", "lighthouse", "core-web-vitals", "vitals" ], "type": "module", "bin": { "wpo-check": "./bin/wpo-check.js" }, "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "lint": "eslint .", "format": "prettier --write ." }, "author": { "name": "Adrián Navarro Gabino", "email": "angabino@vocento.com" }, "license": "MIT", "dependencies": { "chalk": "^5.4.1", "chrome-launcher": "^1.2.0", "lighthouse": "^12.6.1", "yargs": "^17.7.0" }, "devDependencies": { "@eslint/js": "^9.28.0", "eslint": "^9.28.0", "eslint-config-prettier": "^10.1.5", "eslint-plugin-prettier": "^5.4.1", "globals": "^16.2.0", "prettier": "^3.5.3" } }