123456789101112131415161718192021222324252627282930313233343536 |
- {
- "name": "substrate-auto-payout",
- "version": "1.0.0",
- "description": "Auto payout script for Substrate based blockchains Polkadot, Kusama and Westend",
- "main": "autopayout.js",
- "scripts": {
- "autopayout": "node autopayout.js",
- "adjustStake": "node adjustStake.js",
- "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": {
- "@joystream/types": "^0.16.1",
- "@polkadot/api": "4.2.1",
- "@polkadot/types": "4.2.1",
- "@polkadot/util": "^6.0.5",
- "@polkadot/ui-keyring": "^0.75.1",
- "bignumber.js": "^9.0.1",
- "prompts": "^2.4.0",
- "yargs": "^16.2.0"
- }
- }
|