{
  "name": "@sanity/cli-core",
  "version": "1.3.2",
  "description": "Sanity CLI core package",
  "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-core"
  },
  "files": [
    "./dist",
    "!./dist/**/__tests__"
  ],
  "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"
    },
    "./ux": {
      "source": "./src/_exports/ux.ts",
      "default": "./dist/_exports/ux.js"
    },
    "./request": {
      "source": "./src/_exports/request.ts",
      "default": "./dist/_exports/request.js"
    },
    "./package-manager": {
      "source": "./src/_exports/package-manager.ts",
      "default": "./dist/_exports/package-manager.js"
    },
    "./package.json": "./package.json"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@inquirer/prompts": "^8.3.0",
    "@oclif/core": "^4.10.6",
    "@sanity/client": "^7.22.0",
    "babel-plugin-react-compiler": "^1.0.0",
    "boxen": "^8.0.1",
    "debug": "^4.4.3",
    "get-it": "^8.7.0",
    "get-tsconfig": "^4.13.7",
    "import-meta-resolve": "^4.2.0",
    "jiti": "^2.7.0",
    "jsdom": "^29.0.2",
    "json-lexer": "^1.2.0",
    "log-symbols": "^7.0.1",
    "ora": "^9.0.0",
    "read-package-up": "^12.0.0",
    "rxjs": "^7.8.2",
    "tsx": "^4.21.0",
    "vite": "^7.3.2",
    "vite-node": "^5.3.0",
    "zod": "^4.3.6"
  },
  "devDependencies": {
    "@eslint/compat": "^2.0.5",
    "@sanity/pkg-utils": "^10.4.18",
    "@sanity/telemetry": "^0.9.0",
    "@swc/cli": "^0.8.1",
    "@swc/core": "^1.15.33",
    "@types/debug": "^4.1.13",
    "@types/jsdom": "^28.0.1",
    "@types/node": "^20.19.39",
    "eslint": "^10.2.1",
    "publint": "^0.3.18",
    "sanity": "^5.23.0",
    "typescript": "^5.9.3",
    "vitest": "^4.1.5",
    "@repo/tsconfig": "3.70.0",
    "@repo/package.config": "0.0.1",
    "@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__/**'",
    "build:types": "pkg-utils build --emitDeclarationOnly",
    "check:types": "tsc --noEmit",
    "lint": "eslint .",
    "publint": "publint",
    "test": "vitest run",
    "posttest": "pnpm run lint",
    "test:coverage": "vitest run --coverage",
    "test:watch": "vitest",
    "watch": "swc --delete-dir-on-start --strip-leading-paths --out-dir dist/ --watch src"
  }
}