{
  "name": "stimulsoft-forms",
  "version": "2025.2.5",
  "description": "Stimulsoft PDF Forms",
  "homepage": "https://www.stimulsoft.com/en/products/forms",
  "author": "Stimulsoft (http://www.stimulsoft.com)",
  "license": "Closed Source",
  "arch": "any",
  "maintainers": [
    {
      "name": "Stimulsoft",
      "email": "info@stimulsoft.com",
      "url": "http://www.stimulsoft.com"
    }
  ],
  "contributors": [
    {
      "name": "Stimulsoft",
      "email": "info@stimulsoft.com",
      "url": "http://www.stimulsoft.com"
    }
  ],
  "keywords": [
    "Stimulsoft",
    "Forms",
    "PDF",
    "Angular"
  ],
  "dependencies": {
    "tslib": "^2.3.0"
  },
  "module": "fesm2022/stimulsoft-forms.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "esm2022": "./esm2022/stimulsoft-forms.mjs",
      "esm": "./esm2022/stimulsoft-forms.mjs",
      "default": "./fesm2022/stimulsoft-forms.mjs"
    }
  },
  "sideEffects": false
}