astro-loader-pocketbase
Version:
A content loader for Astro that uses the PocketBase API
71 lines (70 loc) • 2.22 kB
JSON
{
"name": "astro-loader-pocketbase",
"version": "2.10.1",
"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 --cache-location=./.prettier-cache --experimental-cli",
"format:check": "npx prettier . --check --cache --cache-location=./.prettier-cache --experimental-cli",
"lint": "oxlint --type-aware",
"lint:fix": "oxlint --type-aware --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": "20.2.0",
"@commitlint/config-conventional": "20.2.0",
"@types/node": "24.10.1",
"@vitest/coverage-v8": "4.0.15",
"astro": "5.16.5",
"globals": "16.5.0",
"husky": "9.1.7",
"lint-staged": "16.2.7",
"oxlint": "1.32.0",
"oxlint-tsgolint": "0.8.6",
"prettier": "3.7.4",
"prettier-plugin-organize-imports": "4.3.0",
"prettier-plugin-packagejson": "2.5.20",
"typescript": "5.9.3",
"vitest": "4.0.15"
},
"peerDependencies": {
"astro": "^5.10.0"
},
"packageManager": "npm@11.7.0",
"publishConfig": {
"access": "public",
"provenance": true
}
}