{
  "name": "@lyra/document-store",
  "version": "0.3.0",
  "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",
    "tap": "tap --node-arg=--require --node-arg=babel-register test/*.test.js",
    "test": "npm run tap"
  },
  "keywords": [
    "vega",
    "vegapublish",
    "realtime",
    "content",
    "open access publishing",
    "document-store"
  ],
  "author": "Vega <hello@vegapublish.com>",
  "license": "MIT",
  "dependencies": {
    "@lyra/mutator": "0.3.0",
    "lodash": "^4.17.10",
    "nano-pubsub": "^1.0.2",
    "rxjs": "^6.2.0"
  },
  "devDependencies": {
    "get-random-values": "^1.2.0",
    "in-publish": "^2.0.0",
    "rimraf": "^2.6.2",
    "tap": "^11.0.1"
  },
  "bugs": {
    "url": "https://github.com/VegaPublish/vega/issues"
  },
  "homepage": "http://vegapublish.com/",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/VegaPublish/vega.git"
  },
  "publishConfig": {
    "access": "public"
  }
}
