{
  "name": "astro-loader-pocketbase",
  "version": "2.6.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",
    "format:check": "npx prettier . --check --cache",
    "lint": "npx eslint --cache",
    "lint:fix": "npx eslint --fix --cache",
    "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"
  },
  "devDependencies": {
    "@commitlint/cli": "^19.8.1",
    "@commitlint/config-conventional": "^19.8.1",
    "@eslint/js": "^9.29.0",
    "@stylistic/eslint-plugin": "^4.4.1",
    "@types/node": "^22.14.1",
    "@vitest/coverage-v8": "^3.2.4",
    "astro": "^5.9.4",
    "eslint": "^9.29.0",
    "eslint-config-prettier": "^10.1.5",
    "globals": "^16.2.0",
    "husky": "^9.1.7",
    "lint-staged": "^16.1.2",
    "prettier": "^3.5.3",
    "prettier-plugin-organize-imports": "^4.1.0",
    "prettier-plugin-packagejson": "^2.5.15",
    "typescript": "^5.8.3",
    "typescript-eslint": "^8.34.1",
    "vitest": "^3.2.4"
  },
  "peerDependencies": {
    "astro": "^5.0.0"
  },
  "packageManager": "npm@11.4.2",
  "publishConfig": {
    "access": "public",
    "provenance": true
  }
}
