-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
63 lines (63 loc) · 1.65 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
{
"name": "adamant-bet",
"version": "2.0.2",
"description": "Anonymous and Blockchain-proved betting software",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepare": "husky install",
"lint": "eslint . --ext .js --ignore-pattern node_modules/",
"lint:fix": "eslint . --fix --ext .js --ignore-pattern node_modules/"
},
"author": "ADAMANT Foundation <[email protected]> (https://adamant.im)",
"license": "GPL-3.0",
"keywords": [
"adm",
"adamant",
"blockchain",
"messenger",
"bot",
"bet",
"betting",
"crypto",
"cryptocurrency",
"payout"
],
"dependencies": {
"@liskhq/lisk-cryptography": "^3.2.1",
"@liskhq/lisk-transactions": "^5.2.2",
"adamant-api": "^1.6.0",
"axios": "^1.1.3",
"cron": "^1.8.2",
"ethereumjs-tx": "^2.1.2",
"ethereumjs-util": "^7.1.5",
"express": "^4.18.2",
"jsonminify": "^0.4.2",
"jsonrpc-client": "^0.1.1",
"moment": "^2.29.4",
"mongodb": "^4.12.0",
"node-ethereum-wallet": "^1.4.3",
"node-json-rpc": "0.0.1",
"request": "^2.88.0",
"web3": "^1.8.1"
},
"devDependencies": {
"@commitlint/cli": "^17.2.0",
"@commitlint/config-conventional": "^17.2.0",
"eslint": "8.28.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-jest": "^27.1.5",
"husky": "^8.0.2"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Adamant-im/adamant-bet.git"
},
"bugs": {
"url": "https://github.com/Adamant-im/adamant-bet/issues"
},
"homepage": "https://github.com/Adamant-im/adamant-bet#readme"
}