2024-05-03 10:40:53 -05:00
|
|
|
|
{
|
|
|
|
|
"name": "@astrojs/web-vitals",
|
|
|
|
|
"description": "Track your website’s performance with Astro DB",
|
2024-05-23 05:06:20 -05:00
|
|
|
|
"version": "0.2.1",
|
2024-05-03 10:40:53 -05:00
|
|
|
|
"type": "module",
|
|
|
|
|
"author": "withastro",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/withastro/astro.git",
|
|
|
|
|
"directory": "packages/integrations/web-vitals"
|
|
|
|
|
},
|
|
|
|
|
"keywords": [
|
|
|
|
|
"withastro",
|
|
|
|
|
"astro-integration"
|
|
|
|
|
],
|
|
|
|
|
"bugs": "https://github.com/withastro/astro/issues",
|
|
|
|
|
"exports": {
|
|
|
|
|
".": "./dist/index.js",
|
|
|
|
|
"./middleware": "./dist/middleware.js",
|
|
|
|
|
"./endpoint": "./dist/endpoint.js",
|
|
|
|
|
"./client-script": "./dist/client-script.js",
|
|
|
|
|
"./db-config": "./dist/db-config.js"
|
|
|
|
|
},
|
|
|
|
|
"files": [
|
|
|
|
|
"dist"
|
|
|
|
|
],
|
|
|
|
|
"scripts": {
|
|
|
|
|
"build": "astro-scripts build \"src/**/*.ts\" && tsc",
|
|
|
|
|
"build:ci": "astro-scripts build \"src/**/*.ts\"",
|
|
|
|
|
"dev": "astro-scripts dev \"src/**/*.ts\"",
|
|
|
|
|
"test": "astro-scripts test --timeout 50000 \"test/**/*.test.js\""
|
|
|
|
|
},
|
2024-05-03 10:55:43 -05:00
|
|
|
|
"dependencies": {
|
2024-05-18 09:33:14 -05:00
|
|
|
|
"web-vitals": "^4.0.0"
|
2024-05-03 10:55:43 -05:00
|
|
|
|
},
|
2024-05-03 10:40:53 -05:00
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"@astrojs/db": "^0.11.0"
|
|
|
|
|
},
|
2024-05-03 10:55:43 -05:00
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@astrojs/db": "workspace:*",
|
|
|
|
|
"astro": "workspace:*",
|
2024-05-03 10:40:53 -05:00
|
|
|
|
"astro-scripts": "workspace:*",
|
2024-05-13 03:19:23 -05:00
|
|
|
|
"linkedom": "^0.18.0"
|
2024-05-03 10:55:43 -05:00
|
|
|
|
},
|
2024-05-03 10:40:53 -05:00
|
|
|
|
"publishConfig": {
|
|
|
|
|
"provenance": true
|
|
|
|
|
}
|
|
|
|
|
}
|