{
  "name": "@debox-pro/chat-widget-core",
  "version": "0.0.8",
  "main": "dist/index.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": "npm run build:clean; npm run build:types & npm run build:source",
    "dev": "rollup --config rollup.config.js --watch",
    "typecheck": "tsc --noEmit"
  },
  "dependencies": {
    "valtio": "1.10.3"
  },
  "keywords": [
    "web3",
    "crypto",
    "ethereum",
    "solana",
    "debox",
    "im"
  ],
  "author": "@DeBox_Social",
  "license": "LGPL 2.1",
  "homepage": "https://debox.pro/"
}
