-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 926 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 926 Bytes
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
{
"name": "usr",
"version": "1.0.0",
"description": "",
"scripts": {
"test": "npx buidler test",
"format": "prettier --write contracts test"
},
"author": "",
"license": "MIT",
"devDependencies": {
"@nomiclabs/buidler": "^1.4.3",
"@nomiclabs/buidler-ethers": "^2.0.0",
"@nomiclabs/buidler-truffle5": "^1.3.4",
"@nomiclabs/buidler-waffle": "^2.0.0",
"@nomiclabs/buidler-web3": "^1.3.4",
"@openzeppelin/test-helpers": "^0.5.6",
"buidler-gas-reporter": "^0.1.3",
"chai": "^4.2.0",
"dotenv": "^8.2.0",
"ethereum-waffle": "^3.0.2",
"ethers": "^5.0.8",
"prettier": "^2.0.5",
"prettier-plugin-solidity": "^1.0.0-alpha.56",
"truffle-hdwallet-provider": "^1.0.17",
"web3": "^1.2.11"
},
"dependencies": {
"@openzeppelin/contracts": "^2.4.0",
"@openzeppelin/contracts-ethereum-package": "^2.5.0",
"@openzeppelin/upgrades": "^2.8.0"
}
}