@sanity/export
Version:
Export Sanity documents and assets
69 lines (68 loc) • 1.54 kB
JSON
{
"name": "@sanity/export",
"version": "3.45.3",
"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>",
"main": "./src/export.js",
"files": [
"src"
],
"scripts": {
"lint": "eslint .",
"test": "jest --verbose"
},
"dependencies": {
"@sanity/client": "^6.24.1",
"@sanity/util": "3.68.3",
"archiver": "^7.0.0",
"debug": "^4.3.4",
"get-it": "^8.6.2",
"lodash": "^4.17.21",
"mississippi": "^4.0.0",
"p-queue": "^2.3.0",
"rimraf": "^6.0.1",
"split2": "^4.2.0",
"tar": "^7.0.1",
"yaml": "^2.4.2",
"json-stream-stringify": "^2.0.2"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@sanity/semantic-release-preset": "^4.1.7",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-sanity": "^7.1.2",
"eslint-plugin-prettier": "^5.1.3",
"jest": "^29.7.0",
"nock": "^13.5.4",
"prettier": "^3.2.5",
"prettier-plugin-packagejson": "^2.5.0",
"string-to-stream": "^1.1.0",
"tar": "^7.0.1"
},
"engines": {
"node": ">=18"
},
"publishConfig": {
"access": "public",
"provenance": true
}
}