forked from Xin-Dragons/solana-toolkit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.1 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
{
"name": "@xindragons/toolkit",
"version": "1.1.5",
"description": "Utility lib for taking Solana NFT snapshots and running token airdrops, checking token holders etc",
"main": "index.js",
"scripts": {
"snapshot": "./bin/snapshot",
"airdrop": "./bin/airdrop",
"get-nft-holder": "./bin/get-nft-holder",
"get-nft-holders": "./bin/get-nft-holders",
"get-token-holders": "./bin/get-token-holders"
},
"author": "",
"license": "ISC",
"dependencies": {
"@solana/spl-token": "^0.1.8",
"@solana/web3.js": "^1.39.1",
"axios": "^0.25.0",
"bottleneck": "^2.19.5",
"chalk": "^4.1.2",
"cli-progress": "^3.10.0",
"commander": "^8.3.0",
"dotenv": "^14.2.0",
"glob": "^7.2.0",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"require-directory": "^2.1.1"
},
"directories": {
"lib": "lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Xin-Dragons/solana-toolkit.git"
},
"bugs": {
"url": "https://github.com/Xin-Dragons/solana-toolkit/issues"
},
"homepage": "https://github.com/Xin-Dragons/solana-toolkit#readme"
}