{
  "name": "@inleads/inleads-widgets",
  "version": "0.0.31",
  "description": "Widgets for chatbot, WhatsApp, nps, contact-form",
  "main": "dist/index.cjs.js",
  "module": "dist/index.js",
  "types": "dist/types/index.d.ts",
  "collection": "dist/collection/collection-manifest.json",
  "collection:main": "dist/collection/index.js",
  "unpkg": "dist/inleads-widgets/inleads-widgets.esm.js",
  "exports": {
    ".": {
      "import": "./dist/inleads-widgets/inleads-widgets.esm.js",
      "require": "./dist/inleads-widgets/inleads-widgets.cjs.js"
    },
    "./loader": {
      "import": "./loader/index.js",
      "require": "./loader/index.cjs",
      "types": "./loader/index.d.ts"
    }
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/innoworkssoftware/inleads-widgets.git"
  },
  "files": [
    "dist/",
    "loader/"
  ],
  "scripts": {
    "build": "stencil build",
    "start": "stencil build --dev --watch --serve",
    "test": "stencil test --spec --e2e",
    "test.watch": "stencil test --spec --e2e --watchAll",
    "generate": "stencil generate"
  },
  "author": "InLeads",
  "devDependencies": {
    "@stencil/core": "^4.21.0",
    "@types/jest": "^29.5.6",
    "@types/node": "^16.18.11",
    "jest": "^29.7.0",
    "jest-cli": "^29.7.0",
    "puppeteer": "^21.9.0"
  },
  "license": "MIT",
  "dependencies": {
    "cookie-js": "^0.0.1",
    "dompurify": "^3.2.4",
    "js-cookie": "^3.0.5",
    "marked": "^15.0.7"
  },
  "keywords": [
    "inleads",
    "Widgets",
    "Whatsapp",
    "chatbot",
    "NPS",
    "contact-form",
    "stencil"
  ]
}
