UNPKG

nano-insights

Version:

A framework-agnostic performance monitoring component to fetch and display web page speed insights using tools like Google PageSpeed Insights.

33 lines (32 loc) 774 B
{ "name": "nano-insights", "version": "0.5.0", "description": "A framework-agnostic performance monitoring component to fetch and display web page speed insights using tools like Google PageSpeed Insights.", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "scripts": { "build": "tsup" }, "keywords": [ "nanosights", "insights", "page-speed", "tracking", "developer-tools", "framework-agnostic" ], "homepage": "https://www.nanosights.dev/docs", "repository": { "url": "https://github.com/aspecsWeb/nano-tags/" }, "author": "aspecs", "license": "ISC", "devDependencies": { "tsup": "^8.3.6", "typescript": "^5.7.3" }, "dependencies": { "lit": "^3.2.1" } }