{
  "name": "@fadlee/pocketbase-bin",
  "version": "1.0.1",
  "description": "PocketBase binary wrapper with automatic latest version detection",
  "main": "bin/runner.js",
  "bin": {
    "pocketbase": "bin/runner.js"
  },
  "scripts": {
    "test": "node bin/runner.js --help",
    "start": "node bin/runner.js serve"
  },
  "files": [
    "bin/",
    "lib/",
    "README.md"
  ],
  "keywords": [
    "pocketbase",
    "database",
    "backend",
    "sqlite",
    "latest",
    "auto-update",
    "binary",
    "wrapper",
    "cli",
    "cross-platform"
  ],
  "author": {
    "name": "Fadlee",
    "email": "fad.lee@hotmail.com"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/fadlee/pocketbase-bin.git"
  },
  "bugs": {
    "url": "https://github.com/fadlee/pocketbase-bin/issues"
  },
  "homepage": "https://github.com/fadlee/pocketbase-bin#readme",
  "publishConfig": {
    "access": "public"
  },
  "os": [
    "darwin",
    "linux",
    "win32"
  ],
  "cpu": [
    "x64",
    "arm64"
  ],
  "engines": {
    "node": ">=14.0.0"
  },
  "dependencies": {
    "adm-zip": "^0.5.16"
  }
}
