{
  "name": "@debox-pro/chat-widget-html",
  "version": "0.0.8",
  "main": "dist/index.js",
  "unpkg": "dist/index.umd.js",
  "type": "module",
  "types": "dist/_types/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build:clean": "rm -rf dist",
    "build:types": "tsc --emitDeclarationOnly",
    "build:source": "rollup --silent --config rollup.config.js",
    "build:umd": "webpack",
    "build": "npm run build:clean; npm run build:types & npm run build:source & npm run build:umd",
    "dev": "rollup --config rollup.config.js --watch",
    "typecheck": "tsc --noEmit"
  },
  "dependencies": {
    "@debox-pro/chat-widget-core": "0.0.8",
    "@debox-pro/chat-widget-ui": "0.0.8"
  },
  "keywords": [
    "web3",
    "crypto",
    "ethereum",
    "debox",
    "chat",
    "web3chat",
    "web3auth"
  ],
  "author": "@DeBox_Social",
  "license": "LGPL 2.1",
  "homepage": "https://debox.pro/"
}
