{
  "name": "@cosva-lab/form-builder",
  "version": "3.6.6",
  "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": [
    "*.css"
  ],
  "main": "cjs/index.cjs",
  "module": "index.mjs",
  "esnext": "esm/index.mjs",
  "types": "esm/index.d.mts",
  "exports": {
    ".": {
      "import": "./index.mjs",
      "require": "./cjs/index.cjs",
      "types": "./esm/index.d.mts"
    },
    "./styles.css": "./styles.css"
  },
  "engines": {
    "node": ">=14",
    "npm": ">=6"
  },
  "peerDependencies": {
    "@mui/material": "^5.0.0 || ^6.0.0 || ^7.0.0",
    "clsx": "^1.0.0 || ^2.0.0",
    "mobx": "^6.0.0",
    "mobx-react": "^7.0.0",
    "react": "^17.0.0 || ^18.0.0 || ^19.0.0",
    "react-is": "^17.0.0 || ^18.0.0 || ^19.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "private": false
}