-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 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
31
32
33
{
"name": "rifusd-oracle",
"version": "1.0.0",
"description": "Oracle implemented using Provable API to get RIF token price in USD for an external source every certain period of time",
"main": "index.js",
"directories": {
"test": "test"
},
"dependencies": {
"@openzeppelin/contracts": "^4.9.6",
"truffle-hdwallet-provider": "^1.0.17",
"truffle-privatekey-provider": "^1.3.0",
"web3": "^1.2.1"
},
"devDependencies": {
"chai": "^4.2.0",
"solidity-coverage": "^0.6.7",
"truffle-assertions": "^0.9.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rsksmart/oracle-rifusd.git"
},
"author": "IOV Labs",
"license": "ISC",
"bugs": {
"url": "https://github.com/rsksmart/oracle-rifusd/issues"
},
"homepage": "https://github.com/rsksmart/oracle-rifusd#readme"
}