{
  "name": "@dongdev/fca-unofficial",
  "version": "1.0.20",
  "description": "A Facebook chat API without XMPP, will not be deprecated after April 30th, 2015.",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/DongDev-VN/fca-unofficial.git"
  },
  "author": "Avery, David, Maude, Benjamin, UIRI, DongDev",
  "license": "MIT",
  "dependencies": {
    "axios": "^1.8.4",
    "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",
    "npmlog": "^1.2.0",
    "request": "^2.53.0",
    "sequelize": "^6.37.6",
    "sqlite3": "^5.1.7",
    "totp-generator": "^1.0.0",
    "ws": "^8.18.1"
  },
  "devDependencies": {
    "eslint": "^7.5.0",
    "mocha": "^10.2.0",
    "prettier": "^1.11.1"
  },
  "scripts": {
    "test": "mocha",
    "lint": "eslint **/*.js",
    "prettier": "prettier utils.js src/* --write"
  },
  "keywords": [
    "facebook",
    "chat",
    "api",
    "fca",
    "facebook-chat-api"
  ],
  "engines": {
    "node": ">=10.x"
  },
  "eslintConfig": {
    "env": {
      "es6": true,
      "es2017": true,
      "node": true
    },
    "extends": "eslint:recommended",
    "parserOptions": {
      "sourceType": "module"
    },
    "rules": {
      "linebreak-style": [
        "error",
        "unix"
      ],
      "semi": [
        "error",
        "always"
      ],
      "no-unused-vars": [
        1,
        {
          "argsIgnorePattern": "^_",
          "varsIgnorePattern": "^_"
        }
      ],
      "no-empty": [
        "error",
        {
          "allowEmptyCatch": true
        }
      ]
    }
  },
  "types": "index.d.ts",
  "homepage": "https://github.com/DongDev-VN/fca-unofficial#readme",
  "bugs": {
    "url": "https://github.com/DongDev-VN/fca-unofficial/issues"
  },
  "directories": {
    "test": "test"
  }
}
