{
  "name": "@liiift-studio/deploy-vercel-from-sanity",
  "version": "1.0.9",
  "description": "Sanity Studio plugin — trigger and monitor Vercel deployments with full status, history, and build logs. Supports v3, v4, and v5.",
  "license": "MIT",
  "author": "Liiift Studio",
  "keywords": [
    "sanity",
    "sanity-plugin",
    "sanity-studio",
    "vercel",
    "vercel-deploy",
    "deploy",
    "deployment",
    "deploy-hook",
    "ci-cd",
    "build-trigger",
    "cms-deploy"
  ],
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "source": "./src/index.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.js",
      "default": "./dist/index.mjs"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "dist",
    "src"
  ],
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch",
    "prepublishOnly": "npm run build"
  },
  "peerDependencies": {
    "react": ">=18",
    "sanity": ">=3"
  },
  "devDependencies": {
    "@sanity/icons": "^3",
    "@sanity/ui": "^3",
    "@types/react": "^19",
    "react": "^19",
    "sanity": "^5",
    "tsup": "^8",
    "typescript": "^5"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Liiift-Studio/Deploy-Vercel-from-Sanity"
  }
}
