forked from shortthefomo/XRP-Oracles-depricated
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 757 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 757 Bytes
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": "xrpl-oracles",
"version": "0.0.1",
"description": "Persist Oracle data into the XRPL",
"main": "src/index.js",
"scripts": {
"dev": "DEBUG=oracle* nodemon src/index.js",
"prod": "DEBUG=oracle* node src/index.js"
},
"author": "Lathan Britz",
"license": "MIT",
"devDependencies": {
"nodemon": "^2.0.7"
},
"dependencies": {
"axios": "^0.23.0",
"dotenv": "^8.2.0",
"events": "^3.3.0",
"express": "^4.17.1",
"ssl-root-cas": "^1.3.1",
"url": "^0.11.0",
"winston": "^3.7.2",
"winston-daily-rotate-file": "^4.6.1",
"ws": "^8.2.3",
"xrp-price-aggregator": "https://github.com/lathanbritz/XRP-Price-Aggregator.git",
"xrpl-accountlib": "^2.0.6",
"xrpl-client": "^1.9.5"
}
}