-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 903 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
{
"name": "TakeAndStop",
"version": "1.0.0",
"description": "Smart contract and Test for StopAndLoss",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "gauddel",
"license": "ISC",
"devDependencies": {
"@chainlink/contracts": "0.0.8",
"@gelatonetwork/core": "^0.6.0",
"@nomiclabs/buidler": "^1.4.7",
"@nomiclabs/buidler-ethers": "^2.0.0",
"@nomiclabs/buidler-ganache": "^1.3.3",
"@nomiclabs/buidler-waffle": "^2.1.0",
"chai": "^4.2.0",
"dotenv": "^8.2.0",
"ethereum-waffle": "^3.1.0",
"ethers": "^5.0.13"
},
"dependencies": {
"@nomiclabs/buidler-etherscan": "^2.1.0",
"@openzeppelin/contracts": "^3.2.0",
"@uniswap/lib": "^1.1.4",
"@uniswap/v2-core": "^1.0.1",
"@uniswap/v2-periphery": "^1.1.0-beta.0",
"buidler-deploy": "^0.6.0-beta.16"
}
}