{
  "name": "softchatjs-react",
  "version": "3.2.5",
  "description": "",
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "tsup ./src",
    "pub": "npm publish --access public",
    "dev": "tsup ./src --format cjs,esm --dts --watch",
    "postbuild--": "cpx 'src/**/*.css' dist"
  },
  "author": "Softchatjs",
  "license": "ISC",
  "repository": {
    "type": "git",
    "url": "https://github.com/Timilehinn/softchatjs/tree/main/packages/softchatjs-react"
  },
  "dependencies": {
    "dayjs": "^1.11.13",
    "emoji-picker-react": "^4.12.0",
    "moment": "^2.30.1",
    "react-icons": "^5.3.0",
    "react-loader-spinner": "^6.1.6",
    "uuid": "^10.0.0"
  },
  "devDependencies": {
    "@types/css-modules": "^1.0.5",
    "@types/uuid": "^10.0.0",
    "autoprefixer": "^10.4.20",
    "css-loader": "^7.1.2",
    "esbuild-css-modules-plugin": "^3.1.2",
    "esbuild-plugin-inline-css": "^0.0.1",
    "postcss": "^8.4.47",
    "postcss-cli": "^11.0.0",
    "style-loader": "^4.0.0"
  },
  "exports": {
    ".": {
      "import": "./dist/index.mjs",
      "require": "./dist/index.js",
      "types": "./dist/index.d.ts"
    },
    "./src": "./src/index.ts"
  },
  "files": ["dist", "node_modules", "package.json"],
  "keywords": ["chat", "messaging", "private chat", "broadcasts", "chat sdk", "chat UI", "react", "javascript"]
}
