-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
executable file
·30 lines (30 loc) · 925 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
{
"name": "pool-smart-contract",
"version": "1.0.0",
"description": "Smart contract for DEFI POOL project",
"main": "truffle-config.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DEFI-POOL/Pool-Smart-Contract.git"
},
"author": "George-Shammar",
"license": "ISC",
"bugs": {
"url": "https://github.com/DEFI-POOL/Pool-Smart-Contract/issues"
},
"homepage": "https://github.com/DEFI-POOL/Pool-Smart-Contract#readme",
"dependencies": {
"@openzeppelin/contracts": "^4.3.2",
"@openzeppelin/contracts-upgradeable": "^4.3.2",
"@pooltogether/fixed-point": "1.0.0-beta.2",
"@pooltogether/pooltogether-rng-contracts": "1.0.0",
"@pooltogether/uniform-random-number": "1.0.0-beta.1",
"@pooltogether/yield-source-interface": "^1.0.1"
}
}