astro-web-vitals-pocketbase
Version:
69 lines (68 loc) • 1.74 kB
JSON
{
"name": "astro-web-vitals-pocketbase",
"version": "0.0.0",
"description": "",
"keywords": [
"astro",
"astro-integration",
"pocketbase",
"withastro",
"devtools",
"dev-overlay",
"dev-toolbar",
"tooling",
"web-vitals"
],
"homepage": "https://github.com/pawcoding/astro-web-vitals-pocketbase",
"bugs": {
"url": "https://github.com/pawcoding/astro-web-vitals-pocketbase/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pawcoding/astro-web-vitals-pocketbase.git"
},
"license": "MIT",
"author": "Luis Wolf <development@pawcode.de> (https://pawcode.de)",
"type": "module",
"exports": {
".": "./index.ts",
"./core": "./src/core/index.ts"
},
"files": [
"src",
"index.ts"
],
"scripts": {
"format": "npx prettier . --write --cache",
"format:check": "npx prettier . --check --cache",
"lint": "npx eslint --cache",
"lint:fix": "npx eslint --cache --fix",
"prepare": "husky"
},
"devDependencies": {
"@commitlint/cli": "^19.8.0",
"@commitlint/config-conventional": "^19.8.0",
"@eslint/js": "^9.25.1",
"@stylistic/eslint-plugin": "^4.2.0",
"@types/node": "^22.15.2",
"astro": "^5.7.5",
"eslint": "^9.25.1",
"eslint-config-prettier": "^10.1.2",
"globals": "^16.0.0",
"husky": "^9.1.7",
"lint-staged": "^15.5.1",
"prettier": "^3.5.3",
"prettier-plugin-organize-imports": "^4.1.0",
"prettier-plugin-packagejson": "^2.5.10",
"typescript": "^5.8.3",
"typescript-eslint": "^8.31.0",
"web-vitals": "^4.2.4"
},
"peerDependencies": {
"astro": "^5.0.0",
"web-vitals": "^4.0.0"
},
"publishConfig": {
"access": "public"
}
}