forked from openlawteam/Artblocks-Contract
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 830 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": "gen721",
"version": "1.0.0",
"description": "",
"main": "truffle-config.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"@openzeppelin/test-helpers": "^0.5.6",
"chai": "^4.2.0",
"ethers": "^5.0.15",
"prompt-sync": "^4.2.0",
"@nomiclabs/buidler": "^1.4.7",
"@nomiclabs/buidler-ethers": "^2.0.0",
"@nomiclabs/buidler-solhint": "^1.3.3",
"@nomiclabs/buidler-truffle5": "^1.3.4",
"@nomiclabs/buidler-waffle": "^2.1.0",
"@nomiclabs/buidler-web3": "^1.3.4",
"@nomiclabs/buidler-etherscan": "^2.0.0",
"buidler-gas-reporter": "^0.1.3",
"dotenv": "^8.2.0",
"ethereum-waffle": "^3.1.0",
"solidity-coverage": "^0.7.10"
},
"author": "",
"license": "ISC"
}