astro-integration-pocketbase
Version:
An Astro integration to support developers working with astro-loader-pocketbase.
66 lines (65 loc) • 1.69 kB
JSON
{
"name": "astro-integration-pocketbase",
"version": "2.1.1",
"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": "oxlint",
"lint:fix": "oxlint --fix",
"prepare": "husky",
"typecheck": "npx tsc --noEmit"
},
"devDependencies": {
"@commitlint/cli": "^19.8.1",
"@commitlint/config-conventional": "^19.8.1",
"@types/node": "^22.14.1",
"astro": "^5.12.9",
"eventsource": "^4.0.0",
"globals": "^16.3.0",
"husky": "^9.1.7",
"lint-staged": "^16.1.5",
"oxlint": "^1.11.1",
"prettier": "^3.6.2",
"prettier-plugin-organize-imports": "^4.2.0",
"prettier-plugin-packagejson": "^2.5.19",
"typescript": "^5.9.2"
},
"peerDependencies": {
"astro": "^5.0.0",
"eventsource": "^4.0.0"
},
"packageManager": "npm@11.5.2",
"publishConfig": {
"access": "public",
"provenance": true
}
}