{
  "name": "@sanity/debug-preview-url-secret-plugin",
  "version": "2.0.21",
  "keywords": [
    "sanity",
    "sanity-plugin",
    "studio"
  ],
  "homepage": "https://github.com/sanity-io/plugins/tree/main/plugins/%40sanity/debug-preview-url-secret-plugin#readme",
  "bugs": {
    "url": "https://github.com/sanity-io/plugins/issues"
  },
  "license": "MIT",
  "author": "Sanity.io <hello@sanity.io>",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/sanity-io/plugins.git",
    "directory": "plugins/@sanity/debug-preview-url-secret-plugin"
  },
  "files": [
    "dist"
  ],
  "type": "module",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": "./dist/index.js",
    "./package.json": "./package.json"
  },
  "dependencies": {
    "@sanity/icons": "^5.2.1",
    "@sanity/preview-url-secret": "^4.1.4"
  },
  "devDependencies": {
    "@sanity/tsconfig": "^2.2.1",
    "@sanity/tsdown-config": "^0.26.0",
    "@types/node": "^24.13.3",
    "sanity": "^6.10.1",
    "styled-components": "^6.5.3",
    "tsdown": "^0.22.14"
  },
  "peerDependencies": {
    "react": "^19.2",
    "sanity": "^5 || ^6.0.0-0"
  },
  "engines": {
    "node": ">=20.19 <22 || >=22.12"
  },
  "scripts": {
    "build": "tsdown"
  }
}