-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
33 lines (33 loc) · 1002 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
{
"name": "lp-contracts",
"version": "0.1.0",
"description": "Smart-contracts for DeversiFi Earn: delegate funds to a pool for conditional transactions and withdrawals and earning fees as a liquidity provider",
"main": "npm run test",
"directories": {
"test": "test"
},
"scripts": {
"test": "truffle test",
"coverage": "truffle run coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DeversiFi/lp-contracts.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/DeversiFi/lp-contracts/issues"
},
"homepage": "https://github.com/DeversiFi/lp-contracts#readme",
"dependencies": {
"@openzeppelin/contracts": "^3.2.0",
"@openzeppelin/contracts-ethereum-package": "^3.0.0",
"@openzeppelin/truffle-upgrades": "^1.1.1",
"@truffle/contract": "^4.2.24",
"@uniswap/lib": "^1.1.4",
"@uniswap/v2-core": "^1.0.1",
"eth-gas-reporter": "^0.2.17",
"solidity-coverage": "^0.7.11"
}
}