-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 924 Bytes
/
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
{
"name": "uniswapv2-swapexactethfortokens",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/acenolaza/UniswapV2-SwapExactEthForTokens.git"
},
"keywords": [
"uniswap",
"swapexactethfortokens",
"solidity"
],
"author": "Santiago Aceñolaza",
"license": "ISC",
"bugs": {
"url": "https://github.com/acenolaza/UniswapV2-SwapExactEthForTokens/issues"
},
"homepage": "https://github.com/acenolaza/UniswapV2-SwapExactEthForTokens#readme",
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.1",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"chai": "^4.2.0",
"ethereum-waffle": "^3.2.2",
"ethers": "^5.0.26",
"hardhat": "^2.0.8",
"mocha": "^8.2.1"
},
"dependencies": {
"@openzeppelin/contracts": "^3.4.0",
"dotenv": "^8.2.0"
}
}