cyber-fca
Version:
A Facebook chat api for messenger bots.
55 lines (54 loc) • 1.18 kB
JSON
{
"name": "cyber-fca",
"version": "2.0.0",
"description": "A Facebook chat api for messenger bots.",
"keywords": [
"facebook",
"chat",
"api",
"fca",
"messenger",
"chatbot",
"ULLASH",
"CYBER-BOT-COMMUNITY",
"FCA",
"Facebook chat api",
"massager bot api",
"cyber-fca",
"ullash-fca"
],
"homepage": "",
"repository": {
"type": "git",
"url": ""
},
"license": "MIT",
"author": "MAHBUB-ULLASH",
"type": "commonjs",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"start": "node index.js"
},
"dependencies": {
"axios": "^1.6.5",
"bluebird": "^3.7.2",
"cheerio": "^0.22.0",
"https-proxy-agent": "^4.0.0",
"mqtt": "^3.0.0",
"node-cron": "^3.0.3",
"npmlog": "^7.0.1",
"request": "^2.88.2",
"websocket-stream": "^5.5.0"
},
"devDependencies": {
"eslint": "^7.5.0",
"mocha": "^7.0.1",
"prettier": "^1.11.1"
},
"engines": {
"node": ">=10.x"
}
}