astro-integration-pocketbase
Version:
An Astro integration to support developers working with astro-loader-pocketbase.
69 lines (68 loc) • 1.82 kB
JSON
{
"name": "astro-integration-pocketbase",
"version": "1.4.5",
"description": "An Astro integration to support developers working with astro-loader-pocketbase.",
"keywords": [
"astro",
"astro-integration",
"pocketbase",
"withastro",
"devtools",
"dev-overlay",
"dev-toolbar",
"tooling"
],
"homepage": "https://github.com/pawcoding/astro-integration-pocketbase",
"bugs": {
"url": "https://github.com/pawcoding/astro-integration-pocketbase/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pawcoding/astro-integration-pocketbase.git"
},
"license": "MIT",
"author": "Luis Wolf <development@pawcode.de> (https://pawcode.de)",
"type": "module",
"exports": {
".": "./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.1",
"@commitlint/config-conventional": "^19.8.1",
"@eslint/js": "^9.29.0",
"@stylistic/eslint-plugin": "^4.4.1",
"@types/node": "^22.14.1",
"astro": "^5.9.4",
"eslint": "^9.29.0",
"eslint-config-prettier": "^10.1.5",
"eventsource": "^3.0.6",
"globals": "^16.2.0",
"husky": "^9.1.7",
"lint-staged": "^16.1.2",
"prettier": "^3.5.3",
"prettier-plugin-organize-imports": "^4.1.0",
"prettier-plugin-packagejson": "^2.5.15",
"typescript": "^5.8.3",
"typescript-eslint": "^8.34.1"
},
"peerDependencies": {
"astro": "^5.0.0",
"eventsource": "^3.0.0"
},
"packageManager": "npm@11.4.2",
"publishConfig": {
"access": "public",
"provenance": true
}
}