{
  "name": "@sviridoff/mobx-persist",
  "version": "0.4.2",
  "description": "create and persist mobx stores",
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "scripts": {
    "start": "node server.js",
    "tsc": "shx rm -rf lib && tsc -p config",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pinqy520/mobx-persist.git"
  },
  "keywords": [
    "mobx",
    "store",
    "persist",
    "mobx-persist"
  ],
  "author": "Huang Qi",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/pinqy520/mobx-persist/issues"
  },
  "homepage": "https://github.com/pinqy520/mobx-persist#readme",
  "dependencies": {
    "serializr": "^1.0.0"
  },
  "files": [
    "lib"
  ],
  "devDependencies": {
    "@types/node": "^10.0.0",
    "@types/react": "^16.4.0",
    "@types/react-dom": "^16.0.0",
    "awesome-typescript-loader": "^3.2.1",
    "mobx": "^4.0.0",
    "mobx-react": "^5.0.0",
    "mobx-react-devtools": "^5.0.0",
    "react": "^16.0.0",
    "react-dom": "^16.0.0",
    "react-hot-loader": "^4.0.0",
    "shx": "^0.2.2",
    "typescript": "^2.4.1",
    "webpack": "^1.14.0",
    "webpack-dev-server": "^1.16.2"
  },
  "directories": {
    "example": "examples",
    "lib": "lib"
  }
}
