-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.1 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
{
"name": "@brinkninja/univ3-adapter",
"version": "1.3.0",
"scripts": {
"compile": "hardhat compile",
"test": "hardhat test",
"exports-gen": "node ./generateExports.js"
},
"description": "Adapter contract for uni v3 router",
"author": "Brink",
"license": "GPL-3.0-or-later",
"devDependencies": {
"@brinkninja/core": "^1.0.0",
"@brinkninja/utils": "^0.4.2",
"@uniswap/sdk-core": "^3.0.1",
"@uniswap/smart-order-router": "^2.5.7",
"dotenv": "^10.0.0",
"ethereum-waffle": "^3.4.0",
"hardhat": "^2.1.2",
"snap-shot-it": "^7.9.6",
"web3-eth-abi": "^1.2.6"
},
"directories": {
"artifacts": "artifacts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/brinktrade/1inch-adapter.git"
},
"keywords": [
"solidity",
"ethereum",
"smart",
"contracts"
],
"bugs": {
"url": "https://github.com/brinktrade/1inch-adapter/issues"
},
"homepage": "https://github.com/brinktrade/1inch-adapter#readme",
"dependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.4",
"axios": "^0.25.0",
"chai": "^4.3.4"
}
}