@huudann/fca-unofficial
Version:
Facebook Chat Api
77 lines (76 loc) • 1.44 kB
JSON
{
"name": "@huudann/fca-unofficial",
"version": "1.2.1",
"description": "Facebook Chat Api",
"scripts": {
"test": "mocha",
"lint": "eslint **.js",
"prettier": "prettier utils.js src/* --write"
},
"repository": {
"type": "git",
"url": "git://github.com/hdann/fca.git"
},
"keywords": [
"hm"
],
"bugs": {
"url": "https://github.com/hdann"
},
"author": "Avery, David, Maude, Benjamin, Kanzu",
"license": "MIT",
"dependencies": {
"bluebird": "^2.11.0",
"cheerio": "^1.0.0-rc.10",
"https-proxy-agent": "^4.0.0",
"mqtt": "^4.2.8",
"npmlog": "^1.2.0",
"request": "^2.53.0",
"websocket-stream": "^5.5.0",
"semver": ""
},
"engines": {
"node": ">=10.x"
},
"devDependencies": {
"eslint": "^7.5.0",
"mocha": "^7.0.1",
"prettier": "^1.11.1"
},
"eslintConfig": {
"env": {
"es6": true,
"node": true
},
"extends": "eslint:recommended",
"parserOptions": {
"sourceType": "module"
},
"rules": {
"linebreak-style": [
"error",
"unix"
],
"semi": [
"error",
"always"
],
"no-unused-vars": [
1,
{
"argsIgnorePattern": "^_"
}
],
"no-empty":[
"error",
{
"allowEmptyCatch":true
}
]
}
},
"main": "index.js",
"directories": {
"test": "test"
}
}