-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
36 lines (36 loc) · 930 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
{
"name": "rubicon-protocol-v1",
"version": "1.0.0",
"description": "The smart contracts of the Rubicon Protocol (v1)",
"main": "truffle-config.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "truffle test",
"ganache": "ganache-cli --gasLimit=0x1fffffffffffff --gasPrice=0x1 --defaultBalanceEther 9000"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RubiconDeFi/rubicon-protocol-v1.git"
},
"keywords": [
"DeFi",
"ethereum",
"rubicon",
"clob"
],
"author": "Rubicon DeFi, Inc. - Benjamin Hughes",
"license": "ISC",
"bugs": {
"url": "https://github.com/RubiconDeFi/rubicon-protocol-v1/issues"
},
"homepage": "https://github.com/RubiconDeFi/rubicon-protocol-v1#readme",
"dependencies": {
"@openzeppelin/contracts": "3.4",
"chai": "^4.3.6",
"dotenv": "^16.0.0",
"ethers": "^5.6.1",
"truffle": "^5.5.5"
}
}