-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 869 Bytes
/
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
{
"name": "substrate-auto-payout",
"version": "1.0.0",
"description": "Auto payout script for Substrate based blockchains Polkadot, Kusama and Westend",
"main": "autopayout.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/Colm3na/substrate-auto-payout"
},
"keywords": [
"blockchain",
"substrate",
"polkadot",
"kusama",
"westend",
"validator",
"POS"
],
"author": "mariopino",
"license": "GPL-3.0-only",
"dependencies": {
"@polkadot/api": "^v4.6.2",
"@polkadot/ui-keyring": "^0.74.1",
"@polkadot/ui-settings": "^0.74.1",
"@reef-defi/type-definitions": "^0.1.4",
"@reef-defi/types": "^0.1.4",
"bignumber": "^1.1.0",
"bignumber.js": "^9.0.1",
"prompts": "^2.4.0",
"yargs": "^16.2.0"
}
}