{
  "name": "admin-chat-box",
  "version": "2.0.0",
  "description": "This plugin is a chat system that uses Firebase to authenticate users and store chat messages and photos. Users can converse and exchange information, including images, in real time thanks to the user-friendly design.",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "wp-scripts build",
    "start": "wp-scripts start"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sabbirsam/Admin-Chat-Box.git"
  },
  "keywords": [
    "chat",
    "chat-form",
    "form",
    "admin-chat-box",
    "group-chat",
    "firebase",
    "firebase-chat",
    "interface",
    "authentication",
    "storage",
    "images"
  ],
  "author": "devsabbirahmed",
  "license": "GPL-2.0+",
  "bugs": {
    "url": "https://github.com/sabbirsam/Admin-Chat-Box/issues"
  },
  "homepage": "https://github.com/sabbirsam/Admin-Chat-Box#readme",
  "devDependencies": {
    "@wordpress/scripts": "^25.2.0"
  },
  "dependencies": {
    "firebase": "^11.10.0"
  }
}
