{
  "name": "kk-whatsapp-widget",
  "author": "codellyson",
  "repository": {
    "type": "git",
    "url": "https://github.com/codellyson/kk-whatsapp-widget"
  },
  "homepage": "https://github.com/codellyson/kk-whatsapp-widget",
  "version": "0.3.2",
  "description": "A customizable WhatsApp widget for websites by codellyson",
  "type": "module",
  "main": "./dist/index.umd.js",
  "module": "./dist/index.es.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.es.js",
      "require": "./dist/index.umd.js"
    },
    "./style.css": "./dist/style.css"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "dev": "vite",
    "build": "tsc && vite build",
    "preview": "vite preview",
    "prepublishOnly": "pnpm build",
    "release": "semantic-release",
    "release:dry-run": "semantic-release --dry-run"
  },
  "keywords": [
    "whatsapp",
    "widget",
    "chat",
    "customer-support",
    "javascript",
    "typescript"
  ],
  "license": "MIT",
  "devDependencies": {
    "@semantic-release/changelog": "^6.0.3",
    "@semantic-release/git": "^10.0.1",
    "@semantic-release/github": "^11.0.0",
    "semantic-release": "^24.0.0",
    "typescript": "~5.8.3",
    "vite": "^6.3.5",
    "vite-plugin-dts": "^4.5.4"
  }
}
