UNPKG

mobx-devtools-mst

Version:

Allows debugging mobx-state-tree roots. See [mobx-devtools/README.md](https://github.com/mobxjs/mobx-devtools/blob/master/README.md#mobx-state-tree).

30 lines (29 loc) 717 B
{ "name": "mobx-devtools-mst", "version": "0.9.46", "main": "lib/index.js", "typings": "index.d.ts", "repository": { "type": "git", "url": "https://github.com/mobxjs/mobx-devtools.git" }, "author": "Andy Kogut", "license": "MIT", "bugs": { "url": "https://github.com/mobxjs/mobx/issues" }, "homepage": "https://mobxjs.github.io/mobx", "keywords": [ "mobx", "mobx-state-tree", "mst", "devtools" ], "scripts": { "build": "cross-env NODE_ENV=production webpack" }, "peerDependencies": { "mobx": "^2.2.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0", "mobx-state-tree": "*" } }