{
  "name": "pocketbase-ts",
  "version": "1.6.2",
  "description": "Pocketbase SDK wrapper with more readable option syntax and better typings",
  "author": "satohshi",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/satohshi/pocketbase-ts.git"
  },
  "keywords": [
    "pocketbase",
    "typescript",
    "option",
    "query",
    "types",
    "schema"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "type": "module",
  "peerDependencies": {
    "pocketbase": ">=0.22.0 <0.27.0"
  },
  "devDependencies": {
    "@changesets/cli": "^2.29.8",
    "@types/node": "^25.1.0",
    "@typescript/native-preview": "7.0.0-dev.20260131.1",
    "@vitest/ui": "^4.0.18",
    "prettier": "^3.8.1",
    "typescript": "^5.9.3",
    "vitest": "^4.0.18"
  },
  "scripts": {
    "dev": "vitest",
    "dev:ui": "vitest --ui",
    "build": "tsgo -p tsconfig.build.json",
    "lint": "tsgo -p tsconfig.build.json --noEmit && prettier --check .",
    "format": "prettier --write .",
    "test": "vitest run",
    "release": "changeset publish"
  }
}