UNPKG

@sanity/export

Version:

Export Sanity documents and assets

79 lines (78 loc) 1.79 kB
{ "name": "@sanity/export", "version": "6.0.2", "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", "files": [ "dist", "src" ], "scripts": { "build": "tsc", "clean": "rimraf dist", "lint": "eslint .", "prepublishOnly": "npm run build", "test": "vitest", "typecheck": "tsc --noEmit" }, "dependencies": { "archiver": "^7.0.1", "debug": "^4.3.4", "get-it": "^8.6.10", "json-stream-stringify": "^3.1.6", "p-queue": "^9.0.1" }, "devDependencies": { "@eslint/js": "^9.39.1", "@sanity/client": "^7.13.1", "@sanity/semantic-release-preset": "^5.0.0", "@types/archiver": "^7.0.0", "@types/debug": "^4.1.12", "@types/node": "^20.19.0", "@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", "tar": "^7.5.2", "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 } }