{
  "name": "survey-js-ui",
  "version": "2.5.20",
  "license": "MIT",
  "description": "A free MIT-licensed UI component that renders dynamic, interactive JSON-based forms and surveys in apps built with HTML, CSS, and JavaScript. You can use it to collect responses from users and send them to your own database.",
  "homepage": "https://surveyjs.io/",
  "author": "DevSoft Baltic OU <info@devsoftbaltic.com>",
  "keywords": [
    "vanilla",
    "vanilla-js",
    "survey",
    "form",
    "surveyjs",
    "survey-library",
    "form-component",
    "form-rendering",
    "survey-renderer",
    "dynamic-form",
    "interactive-form",
    "form-library",
    "form-management",
    "questionnaire",
    "data-collection",
    "data-validation",
    "form-validation",
    "input-validation",
    "ui-component",
    "json",
    "json-schema",
    "schema-form",
    "survey-renderer",
    "client-side",
    "frontend",
    "javascript",
    "typescript"
  ],
  "files": [
    "**/*"
  ],
  "main": "survey-js-ui.js",
  "module": "fesm/survey-js-ui.mjs",
  "typings": "./typings/survey-js-ui/entries/index.d.ts",
  "exports": {
    ".": {
      "types": "./typings/survey-js-ui/entries/index.d.ts",
      "import": "./fesm/survey-js-ui.mjs",
      "require": "./survey-js-ui.js"
    }
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/surveyjs/surveyjs.git"
  },
  "dependencies": {},
  "peerDependencies": {
    "survey-core": "2.5.20",
    "@types/react-dom": "*",
    "@types/react": "*"
  }
}
