UNPKG

fca-test-lite

Version:
92 lines (91 loc) 1.99 kB
{ "name": "fca-test-lite", "version": "1.0.5", "description": "Facebook Chat Api Made bt Unknown", "main": "index.js", "scripts": { "test": "mocha", "lint": "./node_modules/.bin/eslint **.js", "prettier": "prettier utils.js src/* --write" }, "author": "unknown", "license": "MIT", "bugs": { "url": "https://github.com/tyronzapanta/Fca-Aliya-Remake/issues" }, "homepage": "https://github.com/tyronzapanta/Fca-Aliya-Remake#readme", "repository": { "type": "git", "url": "https://github.com/tyronzapanta/Fca-Aliya-Remake" }, "dependencies": { "aes-js": "latest", "aliya-remake": "latest", "aliya-anup-database": "latest", "assert": "latest", "bluebird": "latest", "chalk": "4.1.2", "cheerio": "latest", "crypto": "latest", "crypto-js": "latest", "express": "latest", "got": "^11.8.3", "https-proxy-agent": "latest", "is-hexcolor": "^1.0.0", "jsdom": "^20.0.3", "lodash": "", "mqtt": "latest", "npmlog": "latest", "os": "latest", "path": "latest", "pm2": "^5.2.2", "pretty-ms": "7.0.1", "readline": "latest", "request": "latest", "totp-generator": "latest", "uuid-apikey": "latest", "websocket-stream": "latest", "file-url": "^3.0.0", "tough-cookie": "^4.1.2" }, "engines": { "node": ">=14.x <16.x" }, "devDependencies": { "eslint": "latest", "mocha": "latest", "prettier": "latest" }, "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": "^_" } ] } }, "keywords": [ "Fca", "fca-test", "the-test-fca", "the-fca-test" ] }