UNPKG

astro-integration-pocketbase

Version:

An Astro integration to support developers working with astro-loader-pocketbase.

77 lines (76 loc) 2 kB
{ "name": "astro-integration-pocketbase", "version": "4.0.0", "description": "An Astro integration to support developers working with astro-loader-pocketbase.", "keywords": [ "astro", "astro-integration", "dev-overlay", "dev-toolbar", "devtools", "pocketbase", "tooling", "withastro" ], "homepage": "https://github.com/pawcoding/astro-integration-pocketbase", "bugs": { "url": "https://github.com/pawcoding/astro-integration-pocketbase/issues" }, "license": "MIT", "author": "Luis Wolf <development@pawcode.de> (https://pawcode.de)", "repository": { "type": "git", "url": "git+https://github.com/pawcoding/astro-integration-pocketbase.git" }, "files": [ "dist" ], "type": "module", "types": "./dist/index.d.mts", "exports": { ".": "./dist/index.mjs", "./middleware": "./dist/middleware.mjs", "./toolbar": "./dist/toolbar.mjs", "./package.json": "./package.json" }, "publishConfig": { "access": "public", "provenance": true }, "scripts": { "build": "tsdown", "format": "oxfmt", "format:check": "oxfmt --check", "lint": "oxlint --type-aware --type-check", "lint:fix": "oxlint --type-aware --type-check --fix", "prepare": "husky", "prepublishOnly": "npm run build", "typecheck": "npx @typescript/native-preview --noEmit -p src/tsconfig.json" }, "devDependencies": { "@commitlint/cli": "21.1.0", "@commitlint/config-conventional": "21.1.0", "@types/node": "24.13.2", "astro": "7.0.3", "eventsource": "4.1.0", "globals": "17.7.0", "husky": "9.1.7", "lint-staged": "17.0.8", "oxfmt": "0.56.0", "oxlint": "1.71.0", "oxlint-tsgolint": "0.23.0", "publint": "0.3.21", "tsdown": "0.22.3" }, "peerDependencies": { "astro": "^7.0.0", "eventsource": "^4.0.0" }, "engines": { "node": ">=22.12.0" }, "packageManager": "npm@11.18.0", "allowScripts": { "esbuild@0.27.7": true } }