-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 916 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
{
"name": "example-truffle-migrate",
"version": "2.5.3",
"description": "wildcards contracts QV, using OpenZeppelin SDK and using truffle migrations",
"main": "index.js",
"private": true,
"scripts": {
"test": "npx buidler test",
"compile": "npx buidler compile"
},
"author": "wildcards",
"license": "MIT",
"dependencies": {
"@openzeppelin/contracts-ethereum-package": "^3.0.0",
"@openzeppelin/upgrades": "^2.8.0",
"@truffle/hdwallet-provider": "^1.0.34",
"openzeppelin-test-helpers": "^0.2.0"
},
"devDependencies": {
"@nomiclabs/buidler": "^1.2.0",
"@nomiclabs/buidler-truffle5": "^1.2.0",
"@nomiclabs/buidler-web3": "^1.2.0",
"@openzeppelin/cli": "2.8.2",
"@openzeppelin/test-helpers": "0.5.1",
"chai": "^4.2.0",
"eth-gas-reporter": "^0.2.12",
"solidity-coverage": "^0.7.0-beta.3",
"truffle": "^5.0.38",
"web3": "^1.2.6"
}
}