-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.5 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.5 KB
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": "everdragons2-core",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "npx hardhat test",
"test:gas": "GAS_REPORT=yes npx hardhat test",
"compile": "npx hardhat compile",
"size": "npx hardhat size-contracts",
"lint": "prettier --write 'contracts/**/*.sol' && solhint 'contracts/**/*.sol'"
},
"author": "Francesco Sullo <francesco@sullo.co>",
"license": "MIT",
"devDependencies": {
"@ndujalabs/attributable": "^0.0.1",
"@ndujalabs/erc721playable": "^0.3.0",
"@ndujalabs/wormhole-tunnel": "^0.4.0",
"@ndujalabs/wormhole721": "^0.5.3",
"@ndujalabs/wormhole721-0-3-0": "npm:@ndujalabs/wormhole721@0.3.0",
"@nomiclabs/hardhat-ethers": "^2.0.3",
"@nomiclabs/hardhat-etherscan": "^2.1.8",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@openzeppelin/contracts": "4.5.0",
"@openzeppelin/contracts-upgradeable": "4.5.0",
"@openzeppelin/hardhat-upgrades": "^1.17.0",
"@poanet/solidity-flattener": "^3.0.6",
"chai": "^4.3.4",
"cryptoenv": "^0.1.3",
"dotenv": "^11.0.0",
"ethereum-waffle": "^3.4.0",
"ethers": "^5.5.2",
"fs-extra": "^10.0.0",
"hardhat": "^2.7.1",
"hardhat-contract-sizer": "^2.1.1",
"hardhat-gas-reporter": "^1.0.6",
"ipfs-http-client": "^49.0.4",
"keccak256": "^1.0.6",
"lodash": "^4.17.21",
"merkletreejs": "^0.2.27",
"prettier": "^2.5.1",
"prettier-plugin-solidity": "^1.0.0-beta.19",
"require-or-mock": "^0.2.1",
"solhint": "^3.3.6"
}
}