UNPKG

@studiocms/web-vitals

Version:

Track your website's performance with Astro DB

68 lines 1.65 kB
{ "name": "@studiocms/web-vitals", "description": "Track your website's performance with Astro DB", "version": "4.5.0", "type": "module", "author": "studiocms", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/withstudiocms/web-vitals.git", "directory": "packages/web-vitals" }, "bugs": "https://github.com/withstudiocms/web-vitals/issues", "keywords": [ "withastro", "astro-integration", "web-vitals", "performance", "analytics", "astro", "astrojs" ], "exports": { ".": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }, "./middleware": { "types": "./dist/middleware.d.ts", "default": "./dist/middleware.js" }, "./endpoint": { "types": "./dist/endpoint.d.ts", "default": "./dist/endpoint.js" }, "./client-script": { "types": "./dist/client-script.d.ts", "default": "./dist/client-script.js" }, "./db-config": { "types": "./dist/db-config.d.ts", "default": "./dist/db-config.js" } }, "files": [ "dist" ], "dependencies": { "web-vitals": "^5.1.0" }, "peerDependencies": { "@astrojs/db": "^0.17.1" }, "devDependencies": { "@astrojs/db": "^0.17.1", "@inox-tools/astro-tests": "^0.7.0", "astro": "^5.13.2", "linkedom": "^0.18.11" }, "publishConfig": { "provenance": true }, "scripts": { "build": "buildkit build 'src/**/*.{ts,astro,css,json,png}'", "dev": "buildkit dev 'src/**/*.{ts,astro,css,json,png}'", "test": "test-scripts test --timeout 50000 \"test/**/*.test.js\"" } }