forked from mschoenebeck/thezeostoken
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
87 lines (87 loc) · 2.46 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "oracle-web",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "mocha --require=dotenv/config --exit --timeout 1000000 --color",
"compile": "zeus compile",
"update": "npm uninstall -g @liquidapps/zeus-cmd; npm i -g @liquidapps/zeus-cmd",
"test-ci": "mocha --require=dotenv/config --exit --timeout 1000000 --reporter mocha-junit-and-console-reporter --reporter-options mochaFile=./test-reports/junit.xml --color --retries 3",
"preinstall": ""
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@dfuse/client": "^0.3.0",
"@liquidapps/box-utils": "^1.0.1",
"@types/jest": "^23.3.1",
"add-dependencies": "^1.1.0",
"babel-polyfill": "^6.26.0",
"big-integer": "^1.6.36",
"bignumber.js": "^9.0.0",
"body-parser": "^1.19.0",
"bytebuffer": "^5.0.1",
"chai": "^4.3.4",
"chalk": "^2.4.1",
"content-type": "^1.0.4",
"cors": "^2.8.4",
"crypto": "^1.0.1",
"daemonize-process": "^3.0.0",
"deep-extend": "^0.6.0",
"dfuse-eoshttp-js": "^0.1.3",
"dotenv": "^6.1.0",
"eosio-push-guarantee": "^1.3.50",
"eosjs": "20.0.0",
"eosjs-ecc": "^4.0.7",
"express": "^4.17.1",
"fcbuffer": "^2.2.2",
"fs": "^0.0.1-security",
"generator-generator": "^5.1.0",
"go-ipfs": "0.8.0",
"http-proxy": "^1.18.1",
"ipfs": "0.54.2",
"ipfs-api": "^24.0.2",
"ipfsd-ctl": "4.1.1",
"is-wsl": "^2.0.0",
"isomorphic-fetch": "^3.0.0",
"js-sha256": "^0.9.0",
"js-yaml": "^4.1.0",
"kill-port": "^1.6.1",
"lodash": "^4.17.21",
"lru-cache": "^6.0.0",
"minipass": "2.7.0",
"mkdirp": "^0.5.1",
"mocha": "^9.1.3",
"mocha-junit-and-console-reporter": "^1.6.0",
"node-emoji": "^1.8.1",
"node-fetch": "^2.6.0",
"nodemon": "^1.18.5",
"os": "^0.1.2",
"pako": "^2.0.4",
"path": "^0.12.7",
"pg": "7.12.1",
"promise.allsettled": "^1.0.2",
"prompt": "^1.0.0",
"raw-body": "^2.4.2",
"readline-sync": "^1.4.10",
"sequelize": "5.19.0",
"sleep-promise": "^8.0.1",
"sqlite3": "^5.0.2",
"stream-buffers": "^3.0.2",
"tar-stream": "^2.2.0",
"temp": "^0.8.3",
"text-encoding": "^0.6.4",
"web3": "^1.6.1",
"whatwg-fetch": "^2.0.4",
"which": "^2.0.2",
"winston": "^3.2.1",
"winston-daily-rotate-file": "^3.10.0",
"ws": "^8.3.0",
"yargs": "^12.0.2",
"yeoman-generator": "^2.0.5",
"yo": "^4.3.0",
"zeromq": "^5.1.0"
}
}