-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
42 lines (42 loc) · 1.02 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
{
"name": "krc20-snapshot",
"version": "1.0.1",
"description": "This command-line utility creates a snapshot of any krc20 token in JSON or CSV format. You may use a publicly available node, or your own fully synced kcc-geth node. ",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"krc20-snapshot": "index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cusdt-LINK/kcc-krc20-snapshot.git"
},
"keywords": [
"KCC",
"KRC20",
"ERC20",
"Token",
"Snapshot",
"KuCoin",
"Ethereum",
"Smart",
"Contract",
"Airdrop",
"Tools"
],
"author": "cusdt-LINK",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/cusdt-LINK/kcc-krc20-snapshot/issues"
},
"homepage": "https://github.com/cusdt-LINK/kcc-krc20-snapshot#readme",
"dependencies": {
"csv-writer": "^1.3.0",
"inquirer": "^6.3.1",
"linq": "^3.2.0",
"web3": "^1.0.0-beta.55",
"bignumber.js": "^7.2.1"
}
}