-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.34 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
40
41
42
43
44
45
46
{
"name": "hrc1155",
"version": "1.0.0",
"description": "",
"main": "index.js",
"license": "ISC",
"dependencies": {
"@harmony-js/contract": "^0.1.56",
"@harmony-js/core": "^0.1.57",
"@openzeppelin/contracts": "^3.4.0",
"@openzeppelin/contracts-ethereum-package": "^3.0.0",
"@openzeppelin/test-helpers": "^0.5.6",
"@openzeppelin/truffle-upgrades": "^1.0.2",
"@openzeppelin/upgrades": "^2.8.0",
"dotenv": "^8.2.0",
"ethereumjs-abi": "^0.6.8",
"ethereumjs-util": "^6.2.1",
"truffle-flattener": "^1.4.4",
"truffle-hdwallet-provider": "^1.0.17",
"truffle-plugin-verify": "^0.5.2",
"web3-utils": "^1.3.4"
},
"scripts": {
"compile": "npx truffle compile",
"test": "truffle test",
"deploy:testnet": "truffle migrate --reset --network testnet",
"deploy:mainnet": "truffle migrate --reset --network mainnet"
},
"browserslist": [
"last 2 Chrome versions"
],
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.1",
"@nomiclabs/hardhat-truffle5": "^2.0.0",
"@nomiclabs/hardhat-web3": "^2.0.0",
"@openzeppelin/cli": "^2.8.2",
"chai": "^4.3.0",
"chai-as-promised": "^7.1.1",
"chain": "^0.1.3",
"ethers": "^5.0.24",
"mocha": "^8.3.0",
"prettier": "^2.2.1",
"prettier-plugin-solidity": "^1.0.0-beta.6",
"truffle-test-helpers": "^0.2.2"
}
}