{
  "name": "@jzl/m-form",
  "version": "0.2.1",
  "main": "lib/m-form.js",
  "module": "lib/m-form.module.js",
  "types": "lib/index.d.ts",
  "license": "MIT",
  "scripts": {
    "check": "tsc",
    "build": "node scripts/build.js",
    "before-publish": "npm run check && npm run build",
    "publish-npm": "npm run before-publish && npm publish --access public"
  },
  "dependencies": {
    "@types/lodash.get": "^4.4.6",
    "@types/lodash.set": "^4.3.6",
    "@types/react": "^16.8.25",
    "@types/react-dom": "^16.8.5",
    "lodash.get": "^4.4.2",
    "lodash.set": "^4.3.2"
  },
  "peerDependencies": {
    "antd": "3.x",
    "mobx": "5.x || 4.x",
    "mobx-react": "6.x || 5.x",
    "moment": "^2.24.0",
    "react": ">=16.8",
    "react-dom": ">=16.8.6"
  },
  "devDependencies": {
    "antd": "^3.21.4",
    "fs-extra": "^8.1.0",
    "mobx-react": "^6.1.3",
    "moment": "^2.24.0",
    "prettier": "^1.18.2",
    "react": "^16.9.0",
    "react-dom": "^16.9.0",
    "rollup": "^1.19.4",
    "rollup-plugin-commonjs": "^10.0.2",
    "rollup-plugin-filesize": "^6.2.0",
    "rollup-plugin-node-resolve": "^5.2.0",
    "rollup-plugin-replace": "^2.2.0",
    "rollup-plugin-terser": "^5.1.1",
    "typescript": "^3.5.3"
  }
}
