-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.02 KB
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 1.02 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
33
34
35
36
37
38
{
"name": "sn77-liquidity",
"version": "1.2.0",
"devDependencies": {
"@graphprotocol/graph-cli": "^0.96.0",
"@graphprotocol/graph-ts": "^0.38.0",
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
"ethers": "^6.13.7",
"hardhat": "^2.23.0",
"hardhat-deploy": "^1.0.2"
},
"dependencies": {
"@polkadot/api": "^16.2.2",
"@polkadot/keyring": "^13.4.4",
"@polkadot/util": "^13.4.4",
"@polkadot/util-crypto": "^13.4.4",
"@types/fs-extra": "^11.0.4",
"@types/inquirer": "^9.0.8",
"@types/yargs": "^17.0.33",
"axios": "^1.10.0",
"chalk": "^5.4.1",
"cli-table3": "^0.6.2",
"csv-parse": "^5.6.0",
"dotenv": "^16.5.0",
"fs-extra": "^11.3.0",
"graphql-request": "^7.2.0",
"inquirer": "^12.6.3",
"readline": "^1.3.0",
"rxjs": "^7.8.2",
"winston": "^3.17.0",
"yargs": "^18.0.0"
},
"scripts": {
"pools": "bunx tsx scripts/pools.ts",
"validator": "bunx tsx validator/index.ts",
"verify-weights": "bunx tsx scripts/verify-weights.ts"
}
}