{
  "name": "@tweedegolf/sab-adapter-local",
  "version": "3.0.2",
  "description": "Provides an abstraction layer for interacting with local storage on your local machine or on your server.",
  "main": "dist/index/AdapterLocal.js",
  "types": "dist/index/AdapterLocal.d.ts",
  "homepage": "https://github.com/tweedegolf/storage-abstraction/",
  "repository": "https://github.com/tweedegolf/storage-abstraction/",
  "dependencies": {
    "glob": "^13.0.6",
    "rimraf": "^6.1.3"
  },
  "scripts": {},
  "keywords": [
    "local file system",
    "google cloud",
    "backblaze b2",
    "amazon s3",
    "storage",
    "storage abstraction",
    "cloud filesystem",
    "cloudflare r2",
    "cubbit",
    "minio",
    "azure"
  ],
  "author": "daniel@tweedegolf.nl",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  }
}