-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
66 lines (66 loc) · 1.86 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "adamant-bountybot",
"version": "1.7.0",
"description": "ADAMANT Bounty bot — a software that allows you to carry out bounty campaigns & crypto airdrops, with automatic task verification and payouts.",
"main": "index.js",
"scripts": {
"test": "jest --rootDir tests --forceExit --testTimeout 30000 'dev'",
"prepare": "husky install",
"lint": "eslint . --ext .js --ignore-pattern node_modules/",
"lint:fix": "eslint . --fix --ext .js --ignore-pattern node_modules/"
},
"keywords": [
"adm",
"adamant",
"blockchain",
"messenger",
"bot",
"bitcoin",
"ethereum",
"lisk",
"bounty",
"bounty bot",
"crypto",
"cryptocurrency",
"twitter",
"airdrop",
"payout"
],
"author": "Aleksei Lebedev, ADAMANT Devs <[email protected]> (https://adamant.im)",
"license": "GPL-3.0",
"dependencies": {
"@liskhq/lisk-cryptography": "^3.2.1",
"@liskhq/lisk-transactions": "^5.2.2",
"adamant-api": "^1.5.0",
"axios": "^1.1.3",
"ethereumjs-tx": "^2.1.2",
"ethereumjs-util": "^7.1.5",
"express": "^4.18.2",
"jsonminify": "^0.4.2",
"jsonrpc-client": "^0.1.1",
"mathjs": "^11.3.2",
"mongodb": "^4.11.0",
"node-ethereum-wallet": "^1.4.3",
"node-json-rpc": "0.0.1",
"twitter": "^1.7.1",
"web3": "^1.8.0"
},
"devDependencies": {
"@commitlint/cli": "^17.1.2",
"@commitlint/config-conventional": "^17.1.0",
"axios-mock-adapter": "^1.21.2",
"eslint": "8.26.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-jest": "^27.1.3",
"husky": "^8.0.1",
"jest": "^29.2.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Adamant-im/adamant-bountybot.git"
},
"bugs": {
"url": "https://github.com/Adamant-im/adamant-bountybot/issues"
},
"homepage": "https://github.com/Adamant-im/adamant-bountybot#readme"
}