-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 898 Bytes
/
package.json
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
{
"name": "Viridian-Exchange-Contracts",
"version": "0.0.1",
"main": "index.js",
"repository": "https://github.com/Viridian-Exchange/Viridian-Exchange-Contracts.git",
"author": "Blake Hatch <[email protected]>",
"license": "MIT",
"dependencies": {
"@babel/polyfill": "^7.12.1",
"@babel/register": "^7.14.5",
"@chainlink/contracts": "^0.2.1",
"@imtbl/imx-contracts": "^1.0.0",
"@imtbl/imx-sdk": "^1.1.0",
"@openzeppelin/test-helpers": "^0.5.11",
"@truffle/hdwallet-provider": "^1.5.1",
"assert": "^2.0.0",
"chai": "^4.3.4",
"chai-as-promised": "^7.1.1",
"eth-sig-util": "^3.0.1",
"ethereumjs-util": "^7.0.10",
"ethereumjs-wallet": "^1.0.1",
"ganache-cli": "^6.12.2",
"truffle": "^5.3.12",
"truffle-assertions": "^0.9.2",
"web3": "^1.6.0"
},
"devDependencies": {
"@openzeppelin/contracts": "^4.2.0"
}
}