forked from code-423n4/2022-04-jpegd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.25 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
{
"name": "jpegd",
"version": "1.0.0",
"main": "index.js",
"repository": "[email protected]:iceboxup/jpegd.git",
"license": "MIT",
"scripts": {
"compile": "hardhat compile",
"prettier": "prettier --write \"tests/**/*.ts\" \"deploy/**/*.ts\"",
"test": "hardhat test",
"coverage": "rm -r ./cache & hardhat coverage --network hardhat"
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-etherscan": "^2.1.2",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@nomiclabs/hardhat-web3": "^2.0.0",
"@openzeppelin/contracts": "^4.0.0",
"@openzeppelin/contracts-upgradeable": "^4.3.2",
"@openzeppelin/hardhat-upgrades": "^1.11.0",
"@openzeppelin/test-helpers": "^0.5.10",
"@typechain/ethers-v5": "^7.0.0",
"@typechain/hardhat": "^2.0.1",
"@types/mocha": "^9.0.0",
"chai": "^4.3.4",
"ethereum-waffle": "^3.3.0",
"ethers": "^5.1.0",
"hardhat": "^2.2.0",
"hardhat-abi-exporter": "^2.2.1",
"hardhat-gas-reporter": "^1.0.4",
"solc": "^0.8.3",
"solidity-bytes-utils": "^0.8.0",
"solidity-coverage": "^0.7.16",
"ts-node": "^10.3.0",
"typechain": "^5.0.0",
"typescript": "^4.4.4",
"web3": "^1.3.5"
},
"dependencies": {
"dotenv": "^8.2.0"
}
}