lighthouse-plugin-green-it
Version:
plugin for lighthouse that uses Eco index's calculation methods to give a green it score
39 lines (38 loc) • 1.09 kB
JSON
{
"name": "lighthouse-plugin-green-it",
"version": "2.0.1",
"description": "plugin for lighthouse that uses Eco index's calculation methods to give a green it score",
"main": "lighthouse-plugin-green-it.js",
"keywords": [
"lighthouse",
"plugin",
"eco-index",
"green-it",
"carbon",
"web-performance",
"eco-friendly"
],
"repository": {
"type": "git",
"url": "https://github.com/UnlikelyBuddy1/lighthouse-plugin-green-it.git"
},
"bugs": {
"url": "https://github.com/UnlikelyBuddy1/lighthouse-plugin-green-it/issues"
},
"homepage": "https://github.com/UnlikelyBuddy1/lighthouse-plugin-green-it#readme",
"scripts": {
"lighthouse": "lighthouse --plugins=lighthouse-plugin-green-it --view --output-path results/report.html"
},
"author": "Adrianos SIDIRAS GALANTE",
"license": "ISC",
"peerDependencies": {
"lighthouse": ">=9.6.8 <10.0.0"
},
"devDependencies": {
"lighthouse": "^9.6.8"
},
"dependencies": {
"axios": "^1.4.0",
"lodash.sortby": "^4.7.0"
}
}