-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 827 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 827 Bytes
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": "@kleros/pnk-merkle-drop-snapshots",
"version": "0.1.0",
"description": "Manages snapshot generation for the PNK airdrop.",
"author": "Kleros",
"repository": "git@github.com:kleros/pnk-merkle-drop-v2.git",
"license": "MIT",
"module": "src/index.js",
"type": "module",
"bin": {
"pnk-drop-snapshot": "./cli.js"
},
"dependencies": {
"@filebase/client": "^0.0.5",
"@kleros/file-to-ipfs": "^0.3.2",
"@kleros/merkle-tree": "workspace:*",
"awaity": "^1.0.0",
"aws-sdk": "^2.1693.0",
"dayjs": "^1.10.4",
"deepmerge": "^4.2.2",
"dotenv": "^8.2.0",
"ethers": "^5.8.0",
"leveldown": "^5.6.0",
"levelup": "^4.4.0",
"node-fetch": "^3.3.2",
"ramda": "^0.27.1",
"yargs": "^16.2.0"
},
"devDependencies": {
"eslint-plugin-json": "^3.1.0"
}
}