aryan-chat-fca
Version:
A Facebook chat api for messenger bots
72 lines (71 loc) • 1.55 kB
JSON
{
"name": "aryan-chat-fca",
"version": "0.0.7",
"module": "commonjs",
"types": "src/types/index.d.ts",
"description": "A Facebook chat api for messenger bots",
"main": "module/index",
"scripts": {
"docs": "typedoc src",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "https://github.com/NethWs3Dev/ws3-fca"
},
"author": "NethWs3Dev",
"contributors": [
"Choru Official (Johnsteve Costaños)",
"Jonell Magallanes",
"Rui Reogo",
"Aryan"
],
"community": "Exocore",
"license": "MIT",
"bugs": {
"url": ""
},
"homepage": "",
"keywords": [
"facebook",
"chat",
"api",
"fca",
"nix",
"nix-chat-api",
"aryan-chat-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",
"typedoc": "^0.28.7",
"typescript": "^5.8.3"
},
"engines": {
"node": ">=22.x"
}
}