forked from zakerikk/oracle-provider-node
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.32 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "oracle-provider-node",
"version": "1.5.0",
"description": "Provider node for the flux oracle",
"main": "index.js",
"scripts": {
"test": "jest",
"start": "npm run build && node 'dist/src/main.js' start",
"build": "tsc -p ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/fluxprotocol/oracle-provider-node.git"
},
"keywords": [
"oracle",
"flux"
],
"author": "",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/fluxprotocol/oracle-provider-node/issues"
},
"homepage": "https://github.com/fluxprotocol/oracle-provider-node#readme",
"devDependencies": {
"@types/big.js": "^6.1.2",
"@types/bn.js": "^5.1.0",
"@types/death": "^1.1.2",
"@types/jest": "^27.0.2",
"@types/lodash.topath": "^4.5.6",
"@types/node": "^16.11.7",
"@types/node-fetch": "^3.0.3",
"jest": "^27.3.1",
"ts-jest": "^27.0.7",
"typescript": "^4.5.2"
},
"dependencies": {
"@fluxprotocol/oracle-vm": "^2.0.0",
"big.js": "^6.1.1",
"bn.js": "^5.2.0",
"death": "^1.1.0",
"dotenv": "^10.0.0",
"ethers": "^5.5.1",
"lodash.topath": "^4.5.2",
"near-api-js": "^0.43.1",
"node-fetch": "^3.1.0",
"winston": "^3.3.3",
"winston-daily-rotate-file": "^4.5.5",
"winston-transport-sentry-node": "^2.0.0"
}
}