{
  "name": "mobx-devtools",
  "version": "0.9.27",
  "repository": {
    "type": "git",
    "url": "https://github.com/mobxjs/mobx-devtools.git"
  },
  "author": "Andy Kogut",
  "license": "MIT",
  "scripts": {
    "build": "webpack"
  },
  "bin": {
    "mobx-devtools": "./bin.js"
  },
  "bugs": {
    "url": "https://github.com/mobxjs/mobx/issues"
  },
  "homepage": "https://mobxjs.github.io/mobx",
  "dependencies": {
    "electron": "10.1.3",
    "ip": "^1.1.5",
    "ws": "^7.3.1"
  }
}
