{
  "name": "@amazebird/form",
  "version": "4.3.1",
  "description": "React Form Component",
  "typings": "es/index.d.ts",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "engines": {
    "node": ">=8.x"
  },
  "keywords": [
    "react",
    "react-component",
    "react-form",
    "form"
  ],
  "author": "fjqsjn@163.com",
  "files": [
    "lib",
    "es",
    "dist",
    "assets/*.css"
  ],
  "license": "MIT",
  "main": "./lib/index",
  "module": "./es/index",
  "scripts": {
    "build": "father build",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "peerDependencies": {
    "react": ">=17.0.0",
    "react-dom": ">=17.0.0"
  },
  "dependencies": {
    "@amazebird/internal-utils": "^4.3.1",
    "async-validator": "^4.1.0",
    "lodash": "^4.17.15",
    "lodash-es": "^4.17.21",
    "rc-util": "^5.29.2"
  },
  "gitHead": "8f2c0fbcd27d59d4b5c485d92dfaf9195fe1c3b0"
}
