web-performance-plugin
Version:
28 lines (27 loc) • 553 B
JSON
{
"name": "web-performance-plugin",
"version": "1.0.4",
"description": "",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"web-vitals",
"performance",
"npm-plugin",
"google-lighthouse",
"graphs"
],
"author": "Rishabh Goel",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/rgoel8/web-performance-plugin"
},
"dependencies": {
"axios": "^1.7.9",
"chart.js": "^4.4.7",
"web-vitals": "^4.2.4"
}
}