UNPKG

@foo-software/lighthouse-persist

Version:

A tool for persisting Lighthouse audit results used for website performance monitoring and analysis.

73 lines (72 loc) 1.94 kB
{ "name": "@foo-software/lighthouse-persist", "version": "8.1.0", "description": "A tool for persisting Lighthouse audit results used for website performance monitoring and analysis.", "main": "./dist/index.js", "engines": { "node": ">=20.0" }, "files": [ "dist/" ], "repository": { "type": "git", "url": "git+https://github.com/foo-software/lighthouse-persist.git" }, "keywords": [ "lighthouse", "google", "performance", "seo", "progressive web app", "best practices", "website performance monitoring", "AWS", "S3" ], "author": "Adam Henson <adamhenson1979@gmail.com> (https://github.com/adamhenson)", "license": "MIT", "bugs": { "url": "https://github.com/foo-software/lighthouse-persist/issues" }, "homepage": "https://github.com/foo-software/lighthouse-persist#readme", "lint-staged": { "**/*.{ts,tsx}": [ "eslint", "prettier --write" ] }, "scripts": { "build": "npm run clean && npm run build:js", "build:js": "tsc -p tsconfig.json", "clean": "rimraf dist", "lint": "eslint . --ext .ts", "prepublish": "npm run build", "test": "NODE_OPTIONS=--experimental-vm-modules npx jest", "prepare": "husky install" }, "devDependencies": { "@types/express": "^4.17.14", "@types/jest": "^29.2.3", "@types/node": "^18.11.9", "@types/node-fetch": "^2.6.2", "@typescript-eslint/eslint-plugin": "^5.44.0", "@typescript-eslint/parser": "^5.44.0", "eslint": "^8.28.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-jest": "^27.1.5", "husky": "^8.0.2", "jest": "^29.3.1", "lint-staged": "^13.0.3", "prettier": "^2.8.0", "rimraf": "^3.0.2", "ts-jest": "^29.0.5", "typescript": "^4.9.3" }, "dependencies": { "aws-sdk": "^2.1260.0", "chrome-launcher": "^1.1.1", "lighthouse": "^12.0.0", "node-fetch": "^3.3.2" } }