{
  "name": "@ez-form/devtools",
  "version": "0.3.2",
  "description": "Now I’m the model of a modern major general / The venerated Virginian veteran whose men are all / Lining up, to put me up on a pedestal / Writin’ letters to relatives / Embellishin’ my elegance and eloquence / But the elephant is in the room / The truth is in ya face when ya hear the British cannons go / BOOM",
  "keywords": [],
  "author": "zenghongtu <zenghongtu@gmail.com>",
  "license": "ISC",
  "main": "lib/index.js",
  "module": "es/index.js",
  "types": "lib/index.d.ts",
  "directories": {
    "lib": "lib",
    "test": "__tests__"
  },
  "files": [
    "lib",
    "es",
    "dist"
  ],
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/zenghongtu/ez-form.git"
  },
  "scripts": {
    "build": "father-build",
    "test": "echo \"Error: run tests from root\" && exit 1"
  },
  "bugs": {
    "url": "https://github.com/zenghongtu/ez-form/issues"
  },
  "homepage": "https://github.com/zenghongtu/ez-form#readme",
  "peerDependencies": {
    "@ez-form/core": "^1.3.0",
    "react": ">=16.9.0",
    "react-dom": ">=16.9.0"
  },
  "dependencies": {
    "mobx": "^6.3.3",
    "mobx-react-lite": "^3.2.1",
    "react-dock": "^0.4.0",
    "react-json-view": "^1.21.3",
    "react-tooltip": "^4.2.21"
  },
  "gitHead": "3fdd5e34313d82ffbf0bda653d3596f520ffa0b6"
}
