@sanity/document-store
Version:
Sanity / gradient document store
36 lines (35 loc) • 851 B
JSON
{
"name": "@sanity/document-store",
"version": "1.148.1",
"description": "",
"main": "./lib/index.js",
"scripts": {
"clean": "rimraf lib",
"examples": "echo 'Running examples'; for i in examples/*.js; do echo '\n## '$i' ----\n' && node $i; done"
},
"keywords": [
"sanity",
"cms",
"headless",
"realtime",
"content",
"document-store"
],
"author": "Sanity.io <hello@sanity.io>",
"license": "MIT",
"dependencies": {
"@sanity/mutator": "0.147.8",
"lodash": "^4.17.15",
"nano-pubsub": "^1.0.2",
"rxjs": "^6.5.3"
},
"bugs": {
"url": "https://github.com/sanity-io/sanity/issues"
},
"homepage": "https://www.sanity.io/",
"repository": {
"type": "git",
"url": "git+https://github.com/sanity-io/sanity.git"
},
"gitHead": "e7c98e01633ae8639f251fc125156c94a8ae13c6"
}