forked from p0o/yield-farming-bch-smart-contract
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
29 lines (29 loc) · 809 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
{
"name": "yield-farming-smart-contract",
"version": "1.0.2",
"description": "Smart contract for yield farming on Bitcoin Cash and SLP",
"type": "module.js",
"main": "index.js",
"scripts": {
"start": "node src/yieldFarming.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mazetoken/slp-smart-contract-tokens.git"
},
"keywords": [],
"author": "Rosco Kalis - cashscript, p0oker - yield farming",
"license": "MPL-2.0",
"dependencies": {
"@bitauth/libauth": "^1.18.1",
"axios": "^0.21.1",
"bignumber.js": "^9.0.1",
"bitbox-sdk": "^8.11.2",
"bitcore-lib-cash": "^9.0.0",
"cashc": "^0.6.5",
"cashscript": "^0.6.5",
"dotenv": "^10.0.0",
"slpjs": "^0.27.11"
}
}