-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.02 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
{
"name": "uniswap-v3-experiments",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Alma-Research/uniswap-v3-experiments.git"
},
"keywords": [],
"author": "Uwe Cerron",
"license": "ISC",
"bugs": {
"url": "https://github.com/Alma-Research/uniswap-v3-experiments/issues"
},
"homepage": "https://github.com/Alma-Research/uniswap-v3-experiments#readme",
"dependencies": {
"@openzeppelin/contracts": "^4.1.0",
"@truffle/hdwallet-provider": "^1.4.1",
"@uniswap/v3-core": "^1.0.0",
"@uniswap/v3-periphery": "^1.1.0"
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@uniswap/sdk-core": "^3.0.0",
"@uniswap/v3-sdk": "^3.1.0",
"chai": "^4.3.4",
"ethereum-waffle": "^3.4.0",
"ethers": "^5.4.1",
"hardhat": "^2.4.1",
"solidity-coverage": "^0.7.16"
}
}