unlighthouse
Version:
Delightfully scan your entire website with Google Lighthouse. Navigate your performance, accessibility and SEO.
71 lines • 1.57 kB
JSON
{
"name": "unlighthouse",
"type": "module",
"version": "0.16.2",
"description": "Delightfully scan your entire website with Google Lighthouse. Navigate your performance, accessibility and SEO.",
"license": "MIT",
"homepage": "https://github.com/harlan-zw/unlighthouse#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/harlan-zw/unlighthouse.git"
},
"bugs": {
"url": "https://github.com/harlan-zw/unlighthouse/issues"
},
"keywords": [
"lighthouse",
"audit",
"seo",
"performance",
"speed"
],
"sideEffects": false,
"exports": {
".": {
"types": "./types.d.mts",
"import": "./dist/index.mjs"
},
"./config": {
"types": "./config.d.ts",
"import": "./config.js",
"require": "./config.cjs"
},
"./package.json": "./package.json"
},
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"types": "./types.d.ts",
"bin": {
"unlighthouse": "bin/unlighthouse.mjs",
"unlighthouse-ci": "bin/unlighthouse-ci.mjs"
},
"files": [
"types.d.ts",
"types.d.mts",
"config.d.ts",
"config.cjs",
"config.js",
"dist"
],
"engines": {
"node": ">=18"
},
"peerDependenciesMeta": {
"puppeteer": {
"optional": true
},
"vue": {
"optional": true
}
},
"dependencies": {
"@unlighthouse/cli": "0.16.2",
"@unlighthouse/core": "0.16.2",
"@unlighthouse/client": "0.16.2"
},
"scripts": {
"build": "unbuild",
"stub": "unbuild --stub",
"test:attw": "attw --pack"
}
}