{
  "name": "sanity-plugin-r2-files",
  "version": "1.0.0",
  "description": "Store Sanity media files in Cloudflare R2 Bucket",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/hdoro/sanity-plugin-external-files.git"
  },
  "keywords": [
    "sanity.io",
    "sanity",
    "media",
    "Cloudflare",
    "R2",
    "asset management",
    "sanity-plugin"
  ],
  "author": "Emilian Scheel <emilianscheel@gmail.com>",
  "contributors": [
    "Henrique Doro <opensource@hdoro.dev>"
  ],
  "license": "Apache-2.0",
  "dependencies": {
    "@sanity/icons": "^3.4.0",
    "sanity-plugin-external-files": "1.0.2"
  },
  "devDependencies": {
    "concurrently": "^9.0.1",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "sanity": "^3.58.0",
    "styled-components": "^6.1.13"
  },
  "peerDependencies": {
    "sanity": "^3.50.0",
    "styled-components": "^5 || ^6"
  },
  "bugs": {
    "url": "https://github.com/hdoro/sanity-plugin-external-files/issues"
  },
  "homepage": "https://github.com/hdoro/sanity-plugin-external-files#readme",
  "exports": {
    ".": {
      "types": "./build/index.d.ts",
      "import": "./build/esm/index.js",
      "require": "./build/index.js",
      "default": "./build/esm/index.js"
    },
    "./package.json": "./package.json"
  },
  "main": "./build/index.js",
  "module": "./build/esm/index.js",
  "types": "./build/index.d.ts",
  "scripts": {
    "clear": "node clearLib.js",
    "build": "npm run clear && tsc && tsc --module esnext --outDir build/esm",
    "dev": "concurrently \"tsc -w\" \"tsc --module esnext --outDir build/esm -w\""
  }
}