-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 1.21 KB
/
package.json
File metadata and controls
32 lines (32 loc) · 1.21 KB
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
{
"name": "scripts-for-airdrop",
"version": "0.0.1",
"main": "src/index.ts",
"repository": "https://github.com/DexKit/scripts-for-airdrop",
"author": "JoaoCampos89 <jcampos893@gmail.com>",
"license": "MIT",
"scripts": {
"generate-ghostx": "ts-node src/convertGhostx.ts",
"fetch-holders": "ts-node src/index.ts",
"fetch-monthly-holders": "ts-node src/monthlyAirdropCalculator.ts",
"mock-ghost-addresses": "ts-node src/generateGhostAddresses.ts",
"distribute-airdrop": "ts-node src/distribute.ts",
"distribute-airdrop-monthly": "ts-node src/distributeMonthly.ts",
"analytics": "ts-node src/analytics.ts",
"map-holders": "ts-node src/mapHolders.ts",
"add-external": "ts-node src/addExternal.ts"
},
"dependencies": {
"dotenv": "^16.4.7",
"ghost-bitcore-lib": "https://github.com/ghost-coin/ghost-bitcore-lib",
"node-fetch": "^3.3.2",
"thirdweb": "^5.92.3",
"viem": "^2.23.13"
},
"devDependencies": {
"@types/node": "^22.13.10",
"ts-node": "^10.9.2",
"typescript": "^5.8.2"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}