mirror of
https://github.com/withastro/astro.git
synced 2024-12-23 21:53:55 -05:00
2dcbcdb857
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
49 lines
1.2 KiB
JSON
49 lines
1.2 KiB
JSON
{
|
||
"name": "@astrojs/web-vitals",
|
||
"description": "Track your website’s performance with Astro DB",
|
||
"version": "0.1.0",
|
||
"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\""
|
||
},
|
||
"dependencies": {
|
||
"web-vitals": "^3.5.2"
|
||
},
|
||
"peerDependencies": {
|
||
"@astrojs/db": "^0.11.0"
|
||
},
|
||
"devDependencies": {
|
||
"@astrojs/db": "workspace:*",
|
||
"astro": "workspace:*",
|
||
"astro-scripts": "workspace:*",
|
||
"linkedom": "^0.16.11"
|
||
},
|
||
"publishConfig": {
|
||
"provenance": true
|
||
}
|
||
}
|