{
  "name": "@sanity/export",
  "version": "6.1.0",
  "description": "Export Sanity documents and assets",
  "keywords": [
    "sanity",
    "cms",
    "headless",
    "realtime",
    "content",
    "export",
    "ndjson"
  ],
  "homepage": "https://www.sanity.io/",
  "bugs": {
    "url": "https://github.com/sanity-io/export/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sanity-io/export.git"
  },
  "license": "MIT",
  "author": "Sanity.io <hello@sanity.io>",
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    }
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "bin": {
    "detect-corrupt": "./bin/detect-corrupt.js"
  },
  "files": [
    "bin",
    "dist",
    "src"
  ],
  "scripts": {
    "build": "tsc",
    "clean": "rimraf dist",
    "lint": "eslint .",
    "prepublishOnly": "npm run build",
    "test": "vitest",
    "typecheck": "tsc --noEmit"
  },
  "dependencies": {
    "debug": "^4.3.4",
    "get-it": "^8.6.10",
    "json-stream-stringify": "^3.1.6",
    "p-queue": "^9.0.1",
    "tar": "^7.5.2",
    "tar-stream": "^3.1.7"
  },
  "devDependencies": {
    "@eslint/js": "^9.39.1",
    "@sanity/client": "^7.13.1",
    "@sanity/semantic-release-preset": "^6.0.0",
    "@types/debug": "^4.1.12",
    "@types/node": "^20.19.0",
    "@types/tar-stream": "^3.1.3",
    "@vitest/coverage-v8": "^4.0.15",
    "eslint": "^8.57.0",
    "eslint-config-prettier": "^9.1.0",
    "eslint-plugin-prettier": "^5.5.4",
    "nock": "^14.0.10",
    "prettier": "^3.7.4",
    "prettier-plugin-packagejson": "^2.5.20",
    "typescript": "^5.9.3",
    "typescript-eslint": "^8.48.1",
    "vitest": "^4.0.15"
  },
  "engines": {
    "node": ">=20.19 <22 || >=22.12"
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  }
}
