{
  "name": "@sanity/cli",
  "version": "6.5.1",
  "description": "Sanity CLI tool for managing Sanity projects and organizations",
  "keywords": [
    "cli",
    "cms",
    "content",
    "headless",
    "realtime",
    "sanity",
    "tool"
  ],
  "homepage": "https://github.com/sanity-io/cli",
  "bugs": "https://github.com/sanity-io/cli/issues",
  "license": "MIT",
  "author": "Sanity.io <hello@sanity.io>",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sanity-io/cli.git",
    "directory": "packages/@sanity/cli"
  },
  "bin": {
    "sanity": "./bin/run.js"
  },
  "files": [
    "./bin",
    "./codemods",
    "./dist",
    "!./dist/**/__tests__",
    "./oclif.config.js",
    "./oclif.manifest.json",
    "./static",
    "./templates"
  ],
  "type": "module",
  "sideEffects": false,
  "main": "./dist/exports/index.js",
  "types": "./dist/exports/index.d.ts",
  "exports": {
    ".": {
      "source": "./src/exports/index.ts",
      "default": "./dist/exports/index.js"
    },
    "./_internal": {
      "source": "./src/exports/_internal.ts",
      "default": "./dist/exports/_internal.js"
    },
    "./package.json": "./package.json"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@oclif/core": "^4.10.6",
    "@oclif/plugin-help": "^6.2.45",
    "@oclif/plugin-not-found": "^3.2.81",
    "@sanity/client": "^7.22.0",
    "@sanity/codegen": "^6.0.3",
    "@sanity/descriptors": "^1.3.0",
    "@sanity/export": "^6.1.0",
    "@sanity/generate-help-url": "^4.0.0",
    "@sanity/id-utils": "^1.0.0",
    "@sanity/import": "^6.0.1",
    "@sanity/migrate": "^6.1.2",
    "@sanity/runtime-cli": "^15.0.2",
    "@sanity/schema": "^5.23.0",
    "@sanity/telemetry": "^0.9.0",
    "@sanity/template-validator": "^3.1.0",
    "@sanity/types": "^5.23.0",
    "@sanity/ui": "^3.1.14",
    "@sanity/worker-channels": "^2.0.0",
    "@vercel/frameworks": "3.21.1",
    "@vitejs/plugin-react": "^5.2.0",
    "chokidar": "^5.0.0",
    "console-table-printer": "^2.15.0",
    "date-fns": "^4.1.0",
    "debug": "^4.4.3",
    "dotenv": "^17.3.1",
    "eventsource": "^4.1.0",
    "execa": "^9.6.0",
    "form-data": "^4.0.5",
    "get-latest-version": "^6.0.1",
    "groq-js": "^1.30.1",
    "gunzip-maybe": "^1.4.2",
    "import-meta-resolve": "^4.2.0",
    "is-installed-globally": "^1.0.0",
    "isomorphic-dompurify": "^2.32.0",
    "json5": "^2.2.3",
    "jsonc-parser": "^3.3.1",
    "lodash-es": "^4.18.1",
    "minimist": "^1.2.8",
    "nanoid": "^5.1.6",
    "node-html-parser": "^7.0.1",
    "oneline": "^2.0.0",
    "open": "^11.0.0",
    "p-map": "^7.0.3",
    "package-directory": "^8.1.0",
    "peek-stream": "^1.1.3",
    "picomatch": "^4.0.4",
    "pluralize-esm": "^9.0.5",
    "pretty-ms": "^9.3.0",
    "promise-props-recursive": "^2.0.2",
    "react": "^19.2.4",
    "react-dom": "^19.2.4",
    "react-is": "^19.2.4",
    "read-package-up": "^12.0.0",
    "rxjs": "^7.8.2",
    "semver": "^7.7.4",
    "smol-toml": "^1.6.1",
    "tar": "^7.5.13",
    "tar-fs": "^3.1.2",
    "tar-stream": "^3.1.8",
    "tinyglobby": "^0.2.16",
    "tsx": "^4.21.0",
    "typeid-js": "^1.2.0",
    "vite": "^7.3.2",
    "which": "^6.0.1",
    "yaml": "^2.8.4",
    "zod": "^4.3.6",
    "@sanity/cli-core": "^1.3.2"
  },
  "devDependencies": {
    "@eslint/compat": "^2.0.5",
    "@sanity/pkg-utils": "^10.4.18",
    "@swc/cli": "^0.8.1",
    "@swc/core": "^1.15.33",
    "@types/debug": "^4.1.13",
    "@types/gunzip-maybe": "^1.4.3",
    "@types/jsdom": "^28.0.1",
    "@types/lodash-es": "^4.17.12",
    "@types/minimist": "^1.2.5",
    "@types/node": "^20.19.39",
    "@types/picomatch": "^4.0.3",
    "@types/react": "^19.2.14",
    "@types/react-dom": "^19.2.3",
    "@types/react-is": "^19.2.0",
    "@types/semver": "^7.7.1",
    "@types/tar-fs": "^2.0.4",
    "@types/tar-stream": "^3.1.4",
    "@types/which": "^3.0.4",
    "@vitest/coverage-istanbul": "^4.1.5",
    "babel-plugin-react-compiler": "^1.0.0",
    "eslint": "^10.2.1",
    "jsdom": "^29.0.2",
    "nock": "^14.0.14",
    "oclif": "^4.23.0",
    "publint": "^0.3.18",
    "rimraf": "^6.0.1",
    "sanity": "^5.23.0",
    "typescript": "^5.9.3",
    "vite-tsconfig-paths": "^6.1.1",
    "vitest": "^4.1.5",
    "@repo/tsconfig": "3.70.0",
    "@repo/package.config": "0.0.1",
    "@sanity/cli-test": "0.3.3",
    "@sanity/eslint-config-cli": "1.1.1"
  },
  "engines": {
    "node": ">=20.19.1 <22 || >=22.12"
  },
  "scripts": {
    "build": "swc --delete-dir-on-start --strip-leading-paths --out-dir dist/ src --ignore '**/*.test.ts' --ignore '**/__tests__/**'",
    "postbuild": "pnpm run manifest:generate && pnpm run check:topic-aliases",
    "build:types": "pkg-utils build --emitDeclarationOnly",
    "check:topic-aliases": "tsx scripts/check-topic-aliases.ts",
    "check:types": "tsc --noEmit",
    "lint": "eslint .",
    "manifest:generate": "oclif manifest",
    "manifest:remove": "rimraf oclif.manifest.json",
    "publint": "publint",
    "readme": "oclif readme --tsconfig-path tsconfig.lib.json --no-source-links",
    "test": "vitest run",
    "posttest": "pnpm run lint",
    "test:coverage": "vitest run --coverage",
    "test:watch": "vitest",
    "prewatch": "pnpm run manifest:remove",
    "watch": "swc --delete-dir-on-start --strip-leading-paths --out-dir dist/ --watch src"
  }
}