hk_bot/package.json

49 lines
1.2 KiB
JSON

{
"dependencies": {
"@ulixee/execute-js-plugin": "^2.0.0-alpha.16",
"@ulixee/hero": "^2.0.0-alpha.16",
"@ulixee/miner": "^2.0.0-alpha.16",
"axios": "^1.2.1",
"cli-progress": "^3.11.2",
"dockerode": "^3.3.4",
"find-free-ports": "^3.0.0",
"fingerprint-generator": "^2.1.7",
"lodash": "^4.17.21",
"node-json-db": "^2.1.3",
"prompts": "^2.4.2",
"socks5-https-client": "^1.2.1",
"telegram": "^2.14.7",
"tor-control": "^0.0.3",
"typescript": "^4.9.4",
"winston": "^3.8.2"
},
"name": "hk_bot",
"version": "0.0.1",
"description": "Script which allow earn some crypto via telegram",
"main": "/build/index.js",
"devDependencies": {
"@types/cli-progress": "^3.11.0",
"@types/dockerode": "^3.3.14",
"@types/lodash": "^4.14.191",
"@types/node": "^18.11.12",
"@types/prompts": "^2.4.2"
},
"scripts": {
"test": "yarn run build && node build/database.js",
"build": "yarn run tsc -p .",
"start": "yarn run tsc -p . && node build/index.js"
},
"repository": {
"type": "git",
"url": "https://git.disroot.org/minicx/hk_bot.git"
},
"keywords": [
"telegram",
"hk",
"hero",
"crypto"
],
"author": "minicx",
"license": "MIT"
}