UNPKG

astro-integration-pocketbase

Version:

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

87 lines (86 loc) 2.27 kB
{ "name": "astro-integration-pocketbase", "version": "4.0.4", "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": "tsc --noEmit -p src/tsconfig.json", "update-dependencies": "ncu -i -u --format group && ncu -i -u --target minor && actions-up --min-age 7" }, "devDependencies": { "@commitlint/cli": "21.2.1", "@commitlint/config-conventional": "21.2.0", "@types/node": "24.13.3", "actions-up": "1.16.0", "astro": "7.2.0", "eventsource": "4.1.1", "globals": "17.9.0", "husky": "9.1.7", "lint-staged": "17.3.0", "npm-check-updates": "23.0.2", "oxfmt": "0.62.0", "oxlint": "1.77.0", "oxlint-tsgolint": "7.0.2001", "publint": "0.3.23", "tsdown": "0.22.14", "typescript": "6.0.3" }, "peerDependencies": { "astro": "^7.0.0", "eventsource": "^4.0.0" }, "peerDependenciesMeta": { "eventsource": { "optional": true } }, "engines": { "node": ">=22.12.0" }, "packageManager": "npm@12.0.2", "allowScripts": { "esbuild@0.28.1": true, "sharp": false } }