UNPKG

astro-loader-pocketbase

Version:

A content loader for Astro that uses the PocketBase API

70 lines (69 loc) 2.06 kB
{ "name": "astro-loader-pocketbase", "version": "2.8.0", "description": "A content loader for Astro that uses the PocketBase API", "keywords": [ "astro", "astro-content-loader", "astro-loader", "pocketbase", "withastro" ], "homepage": "https://github.com/pawcoding/astro-loader-pocketbase", "bugs": { "url": "https://github.com/pawcoding/astro-loader-pocketbase/issues" }, "repository": { "type": "git", "url": "git+https://github.com/pawcoding/astro-loader-pocketbase.git" }, "license": "MIT", "author": "Luis Wolf <development@pawcode.de> (https://pawcode.de)", "type": "module", "exports": { ".": "./src/index.ts" }, "files": [ "src" ], "scripts": { "format": "npx prettier . --write --cache", "format:check": "npx prettier . --check --cache", "lint": "oxlint", "lint:fix": "oxlint --fix", "prepare": "husky", "test": "vitest run", "test:e2e": "vitest run $(find test -name '*.e2e-spec.ts')", "test:e2e:pocketbase": "npm run test:e2e:setup && ./.pocketbase/pocketbase serve", "test:e2e:setup": "./scripts/setup-pocketbase.sh", "test:e2e:watch": "vitest watch $(find test -name '*.e2e-spec.ts')", "test:unit": "vitest run $(find test -name '*.spec.ts')", "test:unit:watch": "vitest watch $(find test -name '*.spec.ts')", "test:watch": "vitest watch", "typecheck": "npx tsc --noEmit" }, "devDependencies": { "@commitlint/cli": "^19.8.1", "@commitlint/config-conventional": "^19.8.1", "@types/node": "^22.14.1", "@vitest/coverage-v8": "^3.2.4", "astro": "^5.13.5", "globals": "^16.3.0", "husky": "^9.1.7", "lint-staged": "^16.1.5", "oxlint": "^1.14.0", "prettier": "^3.6.2", "prettier-plugin-organize-imports": "^4.2.0", "prettier-plugin-packagejson": "^2.5.19", "typescript": "^5.9.2", "vitest": "^3.2.4" }, "peerDependencies": { "astro": "^5.10.0" }, "packageManager": "npm@11.5.2", "publishConfig": { "access": "public", "provenance": true } }