forked from Thesephi/oracle-validator-node
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.82 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.82 KB
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "oracle-validator-node",
"version": "2.2.1",
"description": "Resolving data requests on the Flux Oracle",
"main": "index.js",
"scripts": {
"start": "npm run build && node 'dist/src/main.js' start",
"test": "jest",
"build": "tsc -p .",
"dev": "npm run build && node 'dist/src/main.js' start"
},
"devDependencies": {
"@types/big.js": "^6.1.2",
"@types/death": "^1.1.2",
"@types/express": "^4.17.13",
"@types/jest": "^27.0.2",
"@types/level": "^6.0.0",
"@types/lodash.at": "^4.6.6",
"@types/lodash.topath": "^4.5.6",
"@types/node": "^14.14.14",
"@types/node-fetch": "^2.5.12",
"@types/subleveldown": "^4.1.1",
"jest": "^27.2.2",
"nodemon": "^2.0.13",
"ts-jest": "^27.0.5",
"ts-node": "^10.2.1",
"typescript": "^4.4.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fluxprotocol/oracle-bot.git"
},
"author": "Franklin Waller <fr.l.waller@gmail.com>",
"license": "GNU GLP V3.0",
"bugs": {
"url": "https://github.com/fluxprotocol/oracle-bot/issues"
},
"homepage": "https://github.com/fluxprotocol/oracle-bot#readme",
"dependencies": {
"@fluxprotocol/oracle-provider-core": "1.5.0",
"@fluxprotocol/oracle-provider-near": "2.1.3",
"@fluxprotocol/oracle-vm": "1.1.0",
"big.js": "^6.1.1",
"bn.js": "^5.2.0",
"death": "^1.1.0",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"express-json-rpc-router": "^1.3.1",
"level": "^7.0.0",
"lodash.at": "^4.6.0",
"lodash.topath": "^4.5.2",
"node-fetch": "^2.6.5",
"subleveldown": "^5.0.1",
"winston": "^3.3.3",
"yargs": "^17.2.1"
}
}