{
  "name": "@sanity/import",
  "version": "4.1.3",
  "description": "Import documents to a Sanity dataset",
  "keywords": [
    "sanity",
    "cms",
    "headless",
    "realtime",
    "content",
    "import",
    "ndjson"
  ],
  "homepage": "https://www.sanity.io/",
  "bugs": {
    "url": "https://github.com/sanity-io/import/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sanity-io/import.git"
  },
  "license": "MIT",
  "author": "Sanity.io <hello@sanity.io>",
  "sideEffects": false,
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/import.d.ts",
      "import": "./dist/import.js",
      "default": "./dist/import.js"
    },
    "./package.json": "./package.json"
  },
  "main": "./dist/import.js",
  "types": "./dist/import.d.ts",
  "bin": {
    "sanity-import": "./bin/run.js"
  },
  "files": [
    "bin",
    "dist",
    "oclif.manifest.json",
    "src"
  ],
  "scripts": {
    "build": "swc src -d dist --strip-leading-paths && tsc -p tsconfig.build.json --emitDeclarationOnly",
    "postbuild": "oclif manifest",
    "coverage": "vitest run --coverage",
    "dev": "tsc --watch",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "prepublishOnly": "pnpm run build",
    "test": "vitest run",
    "typecheck": "tsc --noEmit",
    "watch": "swc src -d dist --strip-leading-paths --watch"
  },
  "oclif": {
    "bin": "sanity-import",
    "commands": {
      "strategy": "single",
      "target": "./dist/commands/dataset/import.js"
    },
    "dirname": "sanity-import",
    "plugins": [
      "@oclif/plugin-help"
    ]
  },
  "dependencies": {
    "@oclif/core": "^4.8.0",
    "@oclif/plugin-help": "^6.2.37",
    "@sanity/asset-utils": "^2.3.0",
    "@sanity/cli-core": "^0.1.0-alpha.13",
    "@sanity/generate-help-url": "^4.0.0",
    "@sanity/mutator": "^5.8.1",
    "debug": "^4.4.3",
    "get-it": "^8.7.0",
    "get-uri": "^6.0.5",
    "gunzip-maybe": "^1.4.2",
    "lodash-es": "^4.17.23",
    "p-map": "^7.0.3",
    "pretty-ms": "^9.2.0",
    "split2": "^4.2.0",
    "tar-fs": "^2.1.4",
    "tinyglobby": "^0.2.15"
  },
  "devDependencies": {
    "@eslint/eslintrc": "^3.3.3",
    "@eslint/js": "^9.39.2",
    "@oclif/test": "^4.1.16",
    "@sanity/client": "^7.14.1",
    "@sanity/semantic-release-preset": "^6.0.0",
    "@swc/cli": "^0.8.0",
    "@swc/core": "^1.15.11",
    "@types/debug": "^4.1.12",
    "@types/gunzip-maybe": "1.4.3",
    "@types/lodash-es": "^4.17.12",
    "@types/node": "^24.10.12",
    "@types/split2": "^4.2.3",
    "@types/tar-fs": "2.0.4",
    "@vitest/coverage-v8": "4.0.18",
    "eslint": "^9.39.2",
    "eslint-config-prettier": "^9.1.2",
    "eslint-config-sanity": "^7.1.4",
    "globals": "^17.3.0",
    "nock": "^14.0.10",
    "oclif": "^4.22.73",
    "prettier": "^3.8.1",
    "prettier-plugin-packagejson": "^2.5.22",
    "semantic-release": "^25.0.3",
    "typescript": "^5.9.3",
    "typescript-eslint": "^8.54.0",
    "vitest": "^4.0.18"
  },
  "packageManager": "pnpm@10.29.2",
  "engines": {
    "node": ">=20.19.1 <22 || >=22.12"
  },
  "publishConfig": {
    "access": "public"
  }
}
