{
  "name": "mobx-easy",
  "version": "1.0.12",
  "description": "Mobx made easier",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "scripts": {
    "test": "jest --runInBand",
    "build": "rm -rf dist && tsc"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/stolenng/mobx-easy"
  },
  "author": "Georgy Glezer",
  "license": "MIT",
  "devDependencies": {
    "@types/faker": "^4.1.9",
    "@types/jest": "^24.9.0",
    "faker": "^4.1.0",
    "jest": "^24.9.0",
    "ts-jest": "^24.3.0",
    "tslib": "^1.10.0",
    "typescript": "^3.7.5",
    "mobx": "^5.15.2"
  },
  "files": [
    "dist/*"
  ],
  "peerDependencies": {
    "mobx": "6.x"
  }
}
