{
  "name": "@amazebird/schema-form",
  "version": "4.3.1",
  "description": "",
  "main": "lib/index.js",
  "module": "es/index.js",
  "types": "lib/index.d.ts",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "files": [
    "lib",
    "es"
  ],
  "scripts": {
    "build": "father build",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "schema-form"
  ],
  "author": "fjqsjn@163.com",
  "license": "ISC",
  "dependencies": {
    "@amazebird/form": "^4.3.1",
    "@amazebird/internal-utils": "^4.3.1",
    "dayjs": "^1.11.13",
    "lodash-es": "^4.17.21"
  },
  "peerDependencies": {
    "@amazebird/utils": "^4.0.0",
    "react": ">=17.0.0",
    "react-dom": ">=17.0.0"
  },
  "gitHead": "8f2c0fbcd27d59d4b5c485d92dfaf9195fe1c3b0"
}
