ws3-fca
Version:
A node.js package for automating Facebook Messenger bot, and is one of the most advanced next-generation Facebook Chat API (FCA) by @NethWs3Dev & @ExocoreCommunity
72 lines (71 loc) • 1.68 kB
JSON
{
"name": "ws3-fca",
"version": "3.5.2",
"module": "commonjs",
"types": "src/types/index.d.ts",
"description": "A node.js package for automating Facebook Messenger bot, and is one of the most advanced next-generation Facebook Chat API (FCA) by @NethWs3Dev & @ExocoreCommunity",
"main": "module/index",
"scripts": {
"test": "echo wohoi!"
},
"repository": {
"type": "git",
"url": "https://github.com/NethWs3Dev/ws3-fca"
},
"author": "NethWs3Dev",
"contributors": [
"Choru Official (Johnsteve Costaños)",
"Jonell Magallanes"
],
"community": "Exocore",
"license": "MIT",
"bugs": {
"url": ""
},
"homepage": "",
"keywords": [
"facebook",
"chat",
"api",
"fca",
"ws3",
"ws3-chat-api",
"ws3-fca",
"exocore",
"nextgen"
],
"dependencies": {
"axios": "^1.9.0",
"axios-cookiejar-support": "^4.0.7",
"chalk": "^3.0.0",
"cheerio": "^0.22.0",
"deepdash": "^5.3.9",
"express": "^4.19.2",
"form-data": "^4.0.3",
"freeport": "^1.0.5",
"gradient-string": "^1.1.0",
"https-proxy-agent": "^4.0.0",
"jsonpath-plus": "^10.3.0",
"lodash": "^4.17.21",
"mqtt": "^3.0.0",
"node-cron": "^3.0.3",
"tough-cookie": "^5.1.2",
"undici": "^5.29.0",
"websocket-stream": "^5.5.0"
},
"devDependencies": {
"@types/axios": "^0.9.36",
"@types/express": "^4.17.21",
"@types/form-data": "^2.2.1",
"@types/node": "^22.13.11",
"@types/tough-cookie": "^4.0.5",
"eslint": "^7.5.0",
"mocha": "^7.0.1",
"prettier": "^1.11.1",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
},
"engines": {
"node": ">=22.x"
}
}