-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.15 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/adapters",
"version": "1.0.0",
"dependencies": {
"@brinkninja/range-orders": "^0.2.0"
},
"scripts": {
"compile": "hardhat compile",
"test": "hardhat test",
"docgen": "rm -rf docs && solidity-docgen --solc-module solc-0.7.6",
"exports-gen": "node ./generateExports.js"
},
"description": "Adapter contracts for Brink",
"author": "@mikec & @kyrrui",
"license": "GPL-3.0-or-later",
"devDependencies": {
"@brinkninja/utils": "^0.3.2",
"@brinkninja/core": "^1.0.0",
"@nomiclabs/hardhat-ethers": "^2.0.2",
"ethereum-waffle": "^3.4.0",
"hardhat": "^2.1.2",
"snap-shot-it": "^7.9.6",
"solc-0.7.6": "npm:[email protected]",
"solidity-docgen": "^0.5.13"
},
"main": "index.js",
"directories": {
"test": "test",
"artifacts": "artifacts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/brinktrade/brink-adapters.git"
},
"keywords": [
"solidity",
"ethereum",
"smart",
"contracts"
],
"bugs": {
"url": "https://github.com/brinktrade/brink-adapters/issues"
},
"homepage": "https://github.com/brinktrade/brink-adapters#readme"
}