{
  "name": "@cosva-lab/form-builder",
  "version": "3.0.1",
  "description": "React form builder.",
  "author": "andres112013",
  "license": "MIT",
  "homepage": "https://cosva-lab.github.io/form-builder",
  "repository": "https://github.com/cosva-lab/form-builder.git",
  "sideEffects": false,
  "main": "index.js",
  "module": "es/index.js",
  "esnext": "esm/index.js",
  "types": "index.d.ts",
  "engines": {
    "node": ">=8",
    "npm": ">=5"
  },
  "peerDependencies": {
    "@mui/material": "^5.0.0",
    "clsx": "^1.0.0",
    "mobx": "^6.0.0",
    "mobx-react": "^7.0.0",
    "prop-types": "^15.5.4",
    "react": "^16.0.0 || ^17.0.0 || ^18.0.0",
    "react-is": "^16.0.0 || ^17.0.0 || ^18.0.0",
    "validator": "^11.0.0 || ^12.0.0 || ^13.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "private": false
}