-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 1.04 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": "RNG.is",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"build": "hh compile",
"test": "hh test"
},
"engines": {
"node": "12"
},
"dependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@openzeppelin/contracts": "^4.3.3",
"@openzeppelin/test-helpers": "^0.5.6",
"@solidstate/contracts": "^0.0.27",
"babel-polyfill": "6.26.0",
"babel-preset-env": "1.7.0",
"babel-preset-es2015": "6.24.1",
"babel-preset-stage-2": "6.24.1",
"babel-preset-stage-3": "6.24.1",
"babel-register": "6.26.0",
"chai": "^4.3.4",
"dotenv": "^10.0.0",
"ethereum-waffle": "^3.4.0",
"ethers": "^5.5.1",
"hardhat": "^2.6.8",
"hardhat-etherscan-abi": "^0.1.1",
"hardhat-tracer": "^1.0.0-alpha.6",
"hardhat-waffle": "^0.0.1-security",
"truffle": "^5.1.41",
"truffle-flattener": "^1.4.4",
"truffle-hdwallet-provider-privkey": "1.0.3",
"truffle-plugin-verify": "^0.4.0",
"web3": "1.0.0-beta.46"
}
}