-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 840 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 840 Bytes
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
{
"name": "marc",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.2.3",
"@openzeppelin/hardhat-upgrades": "^1.27.0",
"chai": "^4.3.7",
"chai-bignumber": "^3.1.0",
"ethers": "^5.7.2",
"hardhat": "^2.16.0"
},
"dependencies": {
"@alch/alchemy-web3": "^1.4.7",
"@nomiclabs/hardhat-waffle": "^2.0.6",
"@onmychain/hardhat-uniswap-v2-deploy-plugin": "^1.0.4",
"@openzeppelin/contracts": "^4.9.1",
"@openzeppelin/contracts-upgradeable": "^4.9.1",
"@uniswap/v2-core": "^1.0.1",
"dotenv": "^16.3.1",
"hardhat-contract-sizer": "^2.9.0",
"uniswap-v2-deploy-plugin": "^0.0.4"
}
}