{
  "name": "@neoaz07/nkxfca",
  "version": "1.0.10",
  "type": "commonjs",
  "types": "src/types/index.d.ts",
  "description": "Advanced Facebook Chat API client for building Messenger bots — supports real-time messaging, thread management, MQTT, session stability, and anti-automation protection.",
  "main": "index.js",
  "files": [
    "index.js",
    "src/",
    "examples/",
    "LICENSE",
    "README.md",
    "CHANGELOG.md",
    "COOKIE_LOGIN.md"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/NeoKEX/nkxfca.git"
  },
  "author": "NeoKEX",
  "contributors": [
    "NeoKEX Team"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/NeoKEX/nkxfca/issues"
  },
  "homepage": "https://github.com/NeoKEX/nkxfca#readme",
  "keywords": [
    "facebook",
    "messenger",
    "chat",
    "bot",
    "fca",
    "mqtt",
    "messaging",
    "api",
    "automation",
    "facebook-chat-api",
    "nkxfca",
    "neoaz07",
    "anti-suspension",
    "e2ee"
  ],
  "dependencies": {
    "axios": "^1.9.0",
    "axios-cookiejar-support": "^4.0.7",
    "bluebird": "^3.7.2",
    "cheerio": "^1.0.0",
    "deepdash": "^5.3.9",
    "duplexify": "^4.1.3",
    "form-data": "^4.0.4",
    "https-proxy-agent": "^7.0.6",
    "jsonpath-plus": "^10.3.0",
    "lodash": "^4.17.21",
    "mqtt": "^4.3.8",
    "node-cron": "^3.0.3",
    "npmlog": "^7.0.1",
    "sequelize": "^6.37.5",
    "sqlite3": "^6.0.1",
    "totp-generator": "^2.0.1",
    "tough-cookie": "^5.1.2",
    "undici": "^7.8.0",
    "uuid": "^11.1.0",
    "ws": "^8.18.2"
  },
  "devDependencies": {
    "@types/node": "^22.15.17",
    "eslint": "^9.26.0",
    "mocha": "^11.3.0",
    "prettier": "^3.5.3",
    "ts-node": "^10.9.2",
    "typescript": "^5.8.3"
  },
  "engines": {
    "node": ">=22.0.0"
  },
  "scripts": {
    "validate": "npm pack --dry-run",
    "prepack": "echo 'Preparing package for npm...'",
    "test": "echo 'No tests configured yet'",
    "lint": "eslint src/",
    "format": "prettier --write src/**/*.js"
  },
  "overrides": {
    "undici": "^7.8.0",
    "ws": "^8.18.2",
    "tough-cookie": "^5.1.2",
    "glob": "^11.0.2",
    "prebuild-install": "^7.1.3",
    "npmlog": "^7.0.1",
    "are-we-there-yet": "^4.0.2",
    "gauge": "^5.0.2",
    "serialize-javascript": "^6.0.2",
    "cacache": "^18.0.4",
    "make-fetch-happen": "^13.0.3",
    "@tootallnate/once": "^3.0.1",
    "mocha": {
      "serialize-javascript": "^6.0.2",
      "debug": "^4.4.0",
      "diff": "^7.0.0",
      "js-yaml": "^4.1.0",
      "minimatch": "^10.0.1",
      "glob": "^11.0.2"
    }
  }
}
