astro-loader-pocketbase
Version:
A content loader for Astro that uses the PocketBase API
84 lines (83 loc) • 2.36 kB
JSON
{
"name": "astro-loader-pocketbase",
"version": "4.0.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"
},
"license": "MIT",
"author": "Luis Wolf <development@pawcode.de> (https://pawcode.de)",
"repository": {
"type": "git",
"url": "git+https://github.com/pawcoding/astro-loader-pocketbase.git"
},
"files": [
"dist"
],
"type": "module",
"types": "./dist/index.d.mts",
"exports": {
".": "./dist/index.mjs",
"./package.json": "./package.json"
},
"publishConfig": {
"access": "public",
"provenance": true
},
"scripts": {
"build": "tsdown",
"format": "oxfmt",
"format:check": "oxfmt --check",
"lint": "oxlint",
"lint:fix": "oxlint --fix",
"prepare": "husky",
"prepublishOnly": "npm run build",
"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": "tsc --noEmit -p src/tsconfig.json && tsc --noEmit -p test/tsconfig.json"
},
"devDependencies": {
"@commitlint/cli": "21.2.1",
"@commitlint/config-conventional": "21.2.0",
"@types/node": "24.13.3",
"@vitest/coverage-v8": "4.1.10",
"astro": "7.1.0",
"globals": "17.7.0",
"husky": "9.1.7",
"lint-staged": "17.0.8",
"oxfmt": "0.59.0",
"oxlint": "1.74.0",
"oxlint-tsgolint": "0.25.0",
"publint": "0.3.21",
"tsdown": "0.22.9",
"typescript": "6.0.3",
"vitest": "4.1.10",
"zod-to-ts": "2.1.0"
},
"peerDependencies": {
"astro": "^7.0.0",
"zod-to-ts": "^2.0.0"
},
"engines": {
"node": ">=22.12.0"
},
"packageManager": "npm@12.0.1",
"allowScripts": {
"esbuild@0.28.1": true,
"sharp@0.34.5": false
}
}