UNPKG

@dongdev/fca-unofficial

Version:

A Facebook chat API without XMPP, will not be deprecated after April 30th, 2015.

55 lines (54 loc) 1.34 kB
{ "name": "@dongdev/fca-unofficial", "version": "1.0.0", "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", "ws": "^8.18.1" }, "devDependencies": { "eslint": "^7.5.0", "mocha": "^7.0.1", "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" }, "homepage": "https://github.com/DongDev-VN/fca-unofficial#readme", "bugs": { "url": "https://github.com/DongDev-VN/fca-unofficial/issues" }, "directories": { "test": "test" } }