{
  "name": "fca-uzair-dev",
  "version": "1.2.0",
  "description": "Uzair Facebook Chat API for Node.js - Interact with Facebook Messenger programmatically",
  "main": "index.js",
  "types": "index.d.ts",
  "exports": {
    ".": {
      "require": "./index.js",
      "default": "./index.js",
      "types": "./index.d.ts"
    }
  },
  "files": [
    "index.js",
    "index.d.ts",
    "module/",
    "func/",
    "src/"
  ],
  "scripts": {
    "test": "mocha",
    "lint": "eslint ."
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/MrUzairXxX-MTX-PROJECT/fca-uzair-dev.git"
  },
  "keywords": [
    "facebook",
    "chat",
    "api",
    "messenger",
    "bot",
    "uzair",
    "automation",
    "facebook-api",
    "facebook-chat",
    "facebook-messenger",
    "chatbot",
    "nodejs",
    "fca"
  ],
  "author": {
    "name": "UzairDev",
    "url": "https://www.facebook.com/uzair.dev449"
  },
  "contributors": [
    {
      "name": "UzairDev",
      "url": "https://github.com/MrUzairXxX-MTX-PROJECT"
    }
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/MrUzairXxX-MTX-PROJECT/fca-uzair-dev/issues"
  },
  "homepage": "https://github.com/MrUzairXxX-MTX-PROJECT/fca-uzair-dev#readme",
  "engines": {
    "node": ">=12.0.0"
  },
  "dependencies": {
    "axios": "^1.13.5",
    "axios-cookiejar-support": "^5.0.5",
    "bluebird": "^3.7.2",
    "chalk": "^4.1.2",
    "cheerio": "^1.0.0-rc.10",
    "duplexify": "^4.1.3",
    "gradient-string": "^2.0.2",
    "https-proxy-agent": "^4.0.0",
    "mqtt": "^4.3.8",
    "sequelize": "^6.37.6",
    "sqlite3": "^5.1.7",
    "totp-generator": "^1.0.0",
    "ws": "^8.18.1"
  },
  "devDependencies": {
    "eslint": "^8.50.0",
    "mocha": "^10.2.0"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  }
}
