forked from enderNakamoto/contracts-0.6.12
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 900 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
31
32
33
34
35
36
{
"name": "contracts2",
"version": "1.0.0",
"description": "",
"main": "buidler.config.js",
"directories": {
"test": "test"
},
"dependencies": {
"@nomiclabs/buidler-web3": "^1.3.4",
"bn.js": "^5.1.3",
"ethereum-waffle": "^3.1.1",
"ethers": "^5.0.18"
},
"devDependencies": {
"@nomiclabs/buidler": "^1.4.8",
"@nomiclabs/buidler-ethers": "^2.0.2",
"@nomiclabs/buidler-waffle": "^2.1.0",
"@openzeppelin/buidler-upgrades": "^1.2.1",
"@openzeppelin/contracts-ethereum-package": "^3.0.0",
"@openzeppelin/test-helpers": "^0.5.7",
"@openzeppelin/upgrades": "^2.8.0",
"app-root-path": "^3.0.0",
"bn-chai": "^1.0.1",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"chai-bignumber": "^3.0.0",
"stochasm": "^0.5.0",
"zos-lib": "^2.4.3"
},
"scripts": {
"test": "mocha"
},
"author": "",
"license": "ISC"
}