hk_bot/package.json

57 lines
1.5 KiB
JSON
Executable file

{
"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",
"axios-socks5-agent": "^1.0.5",
"better-sqlite3": "^8.0.1",
"cli-progress": "^3.11.2",
"dockerode": "^3.3.4",
"find-free-ports": "^3.0.0",
"fingerprint-generator": "^2.1.7",
"knex": "^2.4.0",
"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-ts": "^1.0.0",
"typescript": "^4.9.4",
"winston": "^3.8.2"
},
"name": "hk_bot",
"version": "0.0.4",
"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/jest": "^29.2.5",
"@types/lodash": "^4.14.191",
"@types/node": "^18.11.12",
"@types/prompts": "^2.4.2",
"jest": "^29.3.1",
"ts-jest": "^29.0.5",
"ts-node": "^10.9.1"
},
"scripts": {
"test": "yarn jest --logHeapUsage --runInBand --verbose",
"migration": "yarn run tsc -p . && node build/Helpers/migration.js",
"build": "yarn run tsc -p .",
"start": "yarn run tsc -p . && node build/index.js",
"install-dev": "yarn install --production=false"
},
"repository": {
"type": "git",
"url": "https://git.disroot.org/minicx/hk_bot.git"
},
"keywords": [
"telegram",
"hk",
"hero",
"crypto"
],
"author": "minicx",
"license": "MIT"
}