-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
44 lines (44 loc) · 1.3 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
{
"name": "solana-airdrop",
"version": "1.0.0",
"description": "App to airdrop solana tokens on devnet",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/niket-yende/solana-airdrop.git"
},
"keywords": [
"solana",
"airdrop",
"cronjob",
"devnet"
],
"author": "Niket Yende ([email protected])",
"license": "MIT",
"bugs": {
"url": "https://github.com/niket-yende/solana-airdrop/issues"
},
"homepage": "https://github.com/niket-yende/solana-airdrop#readme",
"dependencies": {
"@metaplex-foundation/digital-asset-standard-api": "^1.0.3",
"@metaplex-foundation/js": "^0.20.1",
"@metaplex-foundation/js-plugin-nft-storage": "^0.20.0",
"@metaplex-foundation/mpl-token-metadata": "^3.2.0",
"@metaplex-foundation/umi": "^0.9.1",
"@metaplex-foundation/umi-bundle-defaults": "^0.9.1",
"@metaplex-foundation/umi-uploader-nft-storage": "^0.9.1",
"@metaplex-foundation/umi-web3js-adapters": "^0.9.1",
"@solana/spl-token": "^0.3.11",
"@solana/web3.js": "^1.89.1",
"axios": "^1.6.7",
"bs58": "^5.0.0",
"dotenv": "^16.4.1",
"express": "^4.18.2",
"fs": "^0.0.1-security",
"node-cron": "^3.0.3",
"uuid": "^9.0.1"
}
}