{
  "name": "@cerebral/mobx-state-tree",
  "version": "3.2.2",
  "description": "Combine Cerebral with Mobx state tree",
  "main": "index.js",
  "author": "Christian Alfoni <christianalfoni@gmail.com>",
  "contributors": [
    "Aleksey Guryanov <gurianov@gmail.com>"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cerebral/cerebral.git"
  },
  "bugs": {
    "url": "https://github.com/cerebral/cerebral/issues"
  },
  "homepage": "http://cerebral.github.io/cerebral-website",
  "devDependencies": {
    "prop-types": "^15.6.1"
  },
  "peerDependencies": {
    "cerebral": "^4.2.2",
    "mobx": "^3.2.0",
    "mobx-state-tree": "^1.2.1"
  },
  "scripts": {
    "test": "mocha --require babel-register \"src/**/*.test.js\"",
    "build": "cross-env BABEL_ENV=production babel src/ --out-dir=lib/ -s",
    "coverage": "nyc --reporter=lcov --reporter=json npm run test",
    "prepublish": "npm run build"
  },
  "nyc": {
    "exclude": [
      "node_modules",
      "lib",
      "tests",
      "**/*.test.js",
      "**/testHelper.js"
    ]
  }
}