We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bc7176 commit 8409ab7Copy full SHA for 8409ab7
contracts/package.json
@@ -41,6 +41,7 @@
41
"@types/node": "^16",
42
"@typescript-eslint/eslint-plugin": "^5.53.0",
43
"@typescript-eslint/parser": "^5.53.0",
44
+ "aws-sdk": "^2.1329.0",
45
"chai": "^4.3.6",
46
"chai-ethers": "^0.0.1",
47
"dotenv": "^16.0.3",
@@ -66,11 +67,10 @@
66
67
"solidity-coverage": "^0.8.2",
68
"ts-node": "^10.8.0",
69
"typechain": "^8.1.1",
- "typescript": "^4.6.4"
70
+ "typescript": "^4.6.4",
71
+ "uuid": "^9.0.0"
72
},
73
"dependencies": {
- "@kleros/vea-contracts": "^0.1.12",
- "aws-sdk": "^2.1329.0",
74
- "uuid": "^9.0.0"
+ "@kleros/vea-contracts": "^0.1.12"
75
}
76
0 commit comments