king-boy
Version:
Facebook-chat-api protect and deploy by Kanzu and HZI Team
93 lines (92 loc) • 2.1 kB
JSON
{
"name": "king-boy",
"version": "9.4.3",
"description": "Facebook-chat-api protect and deploy by Kanzu and HZI Team",
"main": "Index.js",
"scripts": {
"test": "mocha",
"lint": "./node_modules/.bin/eslint *.js",
"prettier": "prettier utils.js src/* --write"
},
"author": "Avery, David, Maude, Benjamin, UIRI, KanzuWakazaki",
"license": "MIT",
"bugs": {
"url": "https://github.com/KanzuXHorizon/Fca-Horizon-Remastered/issues"
},
"homepage": "https://github.com/KanzuXHorizon/Fca-Horizon-Remastered#readme",
"repository": {
"type": "git",
"url": "git://github.com/KanzuXHorizon/Fca-Horizon-Remastered.git"
},
"dependencies": {
"aes-js": "latest",
"assert": "latest",
"bluebird": "latest",
"chalk": "4.1.2",
"cheerio": "latest",
"crypto-js": "latest",
"deasync": "^0.1.28",
"encode32": "latest",
"express": "latest",
"file-url": "^3.0.0",
"got": "^11.8.6",
"https-proxy-agent": "latest",
"is-hexcolor": "^1.0.0",
"moment": "^2.29.4",
"mqtt": "latest",
"npmlog": "latest",
"os": "latest",
"path": "latest",
"pretty-ms": "7.0.1",
"readline": "latest",
"request": "latest",
"semver": "^7.4.0",
"totp-generator": "latest",
"tough-cookie": "^4.1.2",
"uuid": "latest",
"vm": "^0.1.0",
"lodash": "latest",
"better-sqlite3": "7.6.2",
"websocket-stream": "latest"
},
"engines": {
"node": ">=14.x"
},
"devDependencies": {
"eslint": "^8.40.0",
"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 horizon",
"fca-horizon-remastered",
"horizon fca",
"horizon"
]
}