-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.16 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/strategy-adapters",
"version": "0.1.1",
"scripts": {
"compile": "hardhat compile",
"test": "hardhat test",
"exports-gen": "node ./generateExports.js"
},
"description": "Adapter contract for erc20",
"author": "Brink",
"license": "GPL-3.0-or-later",
"directories": {
"artifacts": "artifacts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/brinktrade/strategy-adapters.git"
},
"keywords": [
"solidity",
"ethereum",
"smart",
"contracts"
],
"bugs": {
"url": "https://github.com/brinktrade/strategy-adapters/issues"
},
"homepage": "https://github.com/brinktrade/strategy-adapters#readme",
"devDependencies": {
"@brinkninja/config": "^2.2.0",
"@brinkninja/core": "1.0.0",
"@brinkninja/sdk": "^1.3.3",
"@brinkninja/utils": "^0.4.2",
"@brinkninja/verifiers": "^1.0.0",
"@nomiclabs/hardhat-ethers": "^2.0.4",
"@openzeppelin/contracts": "^4.5.0",
"axios": "^0.25.0",
"chai": "^4.3.4",
"dotenv": "^10.0.0",
"ethereum-waffle": "^3.4.0",
"hardhat": "^2.9.3",
"snap-shot-it": "^7.9.6",
"@brinkninja/routing": "^0.9.5"
}
}