-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 952 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 952 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
33
34
35
36
37
{
"name": "quantapool",
"version": "0.1.0",
"description": "Post-quantum liquid staking protocol for QRL",
"main": "index.js",
"scripts": {
"compile": "node scripts/compile.js",
"compile:solidity": "node scripts/compile.js",
"sync:hyperion": "node scripts/sync-hyperion.js",
"compile:hyperion": "node scripts/compile-hyperion.js",
"deploy:test": "node scripts/deploy-test-token.js",
"deploy": "node scripts/deploy.js",
"deploy:hyperion": "node scripts/deploy-hyperion.js",
"test": "node scripts/test.js"
},
"keywords": [
"qrl",
"liquid-staking",
"post-quantum",
"defi"
],
"author": "DigitalGuards",
"license": "GPL-3.0",
"dependencies": {
"@theqrl/wallet.js": "^3.0.1",
"@theqrl/web3": "^0.4.4",
"dotenv": "^17.4.2"
},
"devDependencies": {
"solc": "^0.8.34"
},
"overrides": {
"tmp": "^0.2.7",
"follow-redirects": "^1.16.0",
"ws": "^8.21.0"
}
}