-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
executable file
·69 lines (69 loc) · 1.81 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
{
"name": "processor",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "mocha --recursive dist/test",
"build": "yarn tsc",
"build-strict": "yarn tsc && yarn tsc-strict"
},
"author": "",
"license": "ISC",
"dependencies": {
"@txstreet/txstreet-token-ids": "^1.6.1",
"@types/chai": "^4.3.11",
"@types/mocha": "^10.0.6",
"abi-decoder": "^2.3.0",
"avsc": "^5.7.3",
"axios": "^0.21.4",
"bchaddrjs-slp": "^0.2.14",
"bitcoind-rpc": "^0.8.1",
"bitcoinjs-lib": "^5.2.0",
"bitcore-lib": "^8.25.10",
"bitcore-lib-cash": "^8.25.10",
"bitcore-lib-ltc": "^8.25.36",
"bottleneck": "^2.19.5",
"compression": "^1.7.4",
"cors": "^2.8.5",
"deepequal": "0.0.1",
"dotenv": "^10.0.0",
"ethers": "^5.7.2",
"eventemitter3": "^4.0.7",
"express": "^4.17.1",
"helmet": "^4.5.0",
"http-status-codes": "^2.1.4",
"marked": "^2.0.7",
"minimist": "^1.2.5",
"moment": "^2.29.1",
"mongodb": "^4.1.2",
"node-fetch": "^2.6.1",
"node-html-parser": "^3.3.4",
"redis": "^3.1.2",
"socket.io": "^3.1.2",
"typescript-strict-plugin": "^2.3.0",
"web3": "^1.8.0",
"yaml": "^1.10.2",
"zeromq": "^6.0.0-beta.6"
},
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/bitcore-lib": "^0.15.3",
"@types/bitcore-lib-cash": "^8.23.5",
"@types/compression": "^1.7.0",
"@types/cors": "^2.8.10",
"@types/express": "^4.17.11",
"@types/lru-cache": "^5.1.1",
"@types/marked": "^2.0.3",
"@types/minimist": "^1.2.2",
"@types/mongodb": "^4.0.7",
"@types/node": "^16.6.2",
"@types/node-fetch": "^2.5.12",
"@types/redis": "^2.8.31",
"apidoc": "^0.27.1",
"chai": "^5.0.0",
"mocha": "^10.2.0",
"tslint": "^6.1.3",
"typescript": "^4.3.5"
}
}