-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
39 lines (39 loc) · 1.21 KB
/
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
31
32
33
34
35
36
37
38
39
{
"name": "oex-products",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "npm run compile && mocha --exit --recursive --timeout 15000",
"compile": "npx oz compile --solc-version=0.5.16 --optimizer on"
},
"author": "",
"license": "ISC",
"dependencies": {
"@chainlink/contracts": "0.0.3",
"@openzeppelin/contracts": "^2.5.1",
"@openzeppelin/contracts-ethereum-package": "^2.5.0",
"@openzeppelin/upgrades": "^2.8.0",
"@truffle/hdwallet-provider": "^1.0.35",
"@uniswap/v2-periphery": "^1.1.0-beta.0",
"opium-contracts": "git+https://github.com/OpiumProtocol/opium-contracts.git"
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.0",
"@nomiclabs/hardhat-truffle5": "^2.0.0",
"@nomiclabs/hardhat-waffle": "^2.0.0",
"@nomiclabs/hardhat-web3": "^2.0.0",
"@openzeppelin/cli": "^2.8.2",
"@openzeppelin/test-environment": "^0.1.4",
"@openzeppelin/test-helpers": "^0.5.5",
"chai": "^4.2.0",
"eslint": "^7.0.0",
"ethereum-waffle": "^3.1.2",
"ethers": "^5.0.19",
"hardhat": "^2.0.2",
"husky": "^4.3.0",
"mocha": "^7.1.2",
"truffle-privatekey-provider": "^1.5.0",
"web3": "^1.3.0"
}
}