{
  "name": "@schema-render/core-react",
  "version": "2.3.0",
  "description": "Through a set of simple JSON Schema, efficiently build a set of forms.",
  "keywords": [
    "SchemaRender",
    "FormRender"
  ],
  "bugs": {
    "url": "https://github.com/Barrior/schema-render/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Barrior/schema-render.git"
  },
  "license": "MIT",
  "sideEffects": false,
  "main": "src/index.tsx",
  "types": "src/index.tsx",
  "files": [
    "src"
  ],
  "scripts": {},
  "dependencies": {},
  "peerDependencies": {
    "react": ">=16.9.0",
    "react-dom": ">=16.9.0"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  }
}
