-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
37 lines (37 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
{
"name": "async-contracts",
"version": "1.0.0",
"description": "",
"directories": {
"test": "test"
},
"scripts": {
"test-old": "oz compile && mocha --exit --recursive",
"compile": "hardhat compile",
"truffle-compile": "truffle compile",
"test": "hardhat test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/asyncart/async-contracts.git"
},
"author": "Asynchronous Art, Inc",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/asyncart/async-contracts/issues"
},
"homepage": "https://github.com/asyncart/async-contracts#readme",
"dependencies": {
"@openzeppelin/cli": "^2.8.2",
"@openzeppelin/contracts-ethereum-package": "^2.5.0",
"@openzeppelin/test-helpers": "^0.5.6",
"@truffle/hdwallet-provider": "^1.0.35",
"dotenv": "^8.2.0",
"truffle-flattener": "^1.4.4",
"@nomiclabs/hardhat-truffle5": "^2.0.0",
"@nomiclabs/hardhat-web3": "^2.0.0",
"hardhat": "^2.2.1",
"hardhat-gas-reporter": "^1.0.4",
"solidity-coverage": "^0.7.14"
}
}