generated from NomicFoundation/hardhat-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
57 lines (57 loc) · 1.48 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
47
48
49
50
51
52
53
54
55
56
57
{
"name": "@traderjoe-xyz/rocket-joe",
"version": "1.0.0",
"description": "A launch platform for bootstrapping protocol-owned liquidity",
"license": "MIT",
"directories": {
"test": "test"
},
"files": [
"contracts",
"abi"
],
"scripts": {
"test": "hardhat test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/traderjoe-xyz/rocket-joe.git"
},
"keywords": [
"hardhat",
"ethereum",
"hackathon"
],
"author": "traderjoezyz",
"bugs": {
"url": "https://github.com/traderjoe-xyz/rocker-joe/issues"
},
"homepage": "https://github.com/traderjoe-xyz/rocker-joe/issues",
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.0",
"@nomiclabs/hardhat-etherscan": "^3.0.0",
"@nomiclabs/hardhat-waffle": "^2.0.0",
"@openzeppelin/contracts": "^4.4.1",
"@openzeppelin/contracts-upgradeable": "^4.4.1",
"@openzeppelin/hardhat-upgrades": "^1.12.0",
"@types/chai": "^4.3.0",
"@types/mocha": "^9.0.0",
"@types/node": "^17.0.5",
"chai": "^4.3.4",
"dotenv": "^14.3.2",
"ethereum-waffle": "^3.1.1",
"ethers": "^5.0.0",
"hardhat": "^2.4.1",
"hardhat-abi-exporter": "^2.8.0",
"hardhat-contract-sizer": "^2.3.0",
"hardhat-deploy": "^0.9.24",
"hardhat-deploy-ethers": "^0.3.0-beta.13",
"husky": "^4.2.5",
"prettier": "^2.5.1",
"prettier-plugin-solidity": "^1.0.0-beta.19",
"solidity-coverage": "^0.7.18"
},
"resolutions": {
"**/colors": "1.4.0"
}
}