-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
70 lines (70 loc) · 1.82 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
{
"name": "test-snippets",
"version": "0.0.1",
"description": "Minimal code snippets to test stuff",
"repository": {
"type": "git",
"url": "git+https://github.com/trasherdk/node-test-snippets.git"
},
"keywords": [],
"author": "TrasherDK",
"license": "MIT",
"bugs": {
"url": "https://github.com/trasherdk/node-test-snippets/issues"
},
"homepage": "https://github.com/trasherdk/node-test-snippets#readme",
"main": "index.js",
"type": "module",
"module": "nodenext",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"@types/node": "^20.12.13",
"@types/ws": "^8.5.10",
"@types/zeromq": "^5.2.5",
"ts-node": "^10.9.2",
"tslib": "^2.6.2",
"tsm": "^2.3.0",
"typescript": "^5.4.5"
},
"dependencies": {
"@noble/hashes": "^1.4.0",
"@scure/base": "^1.1.6",
"async": "^3.2.5",
"axios": "^1.7.2",
"base64-stream": "^1.0.0",
"bignumber.js": "^9.1.2",
"ccxt": "^4.3.36",
"ccxws": "^0.47.0",
"command-line-args": "^5.2.1",
"cookie": "^0.6.0",
"crypto-js": "^4.2.0",
"debug": "^4.3.4",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"express-session": "^1.18.0",
"imap": "^0.8.19",
"jose": "^5.3.0",
"jsonwebtoken": "^9.0.2",
"jsrsasign": "^11.1.0",
"jsrsasign-util": "^1.0.5",
"kraken-exc": "^2.4.0",
"monero-ts": "^0.9.7",
"mysql2": "^3.10.0",
"node-fetch": "^3.3.2",
"node-jose": "^2.2.0",
"ohlc-resample": "^1.2.1",
"piscina": "^4.5.1",
"progress": "^2.0.3",
"simple-node-logger": "^21.8.12",
"tardis-dev": "^13.29.3",
"threads": "^1.7.0",
"undici": "^6.18.2",
"uuid": "^9.0.1",
"uWebSockets.js": "github:uNetworking/uWebSockets.js#v20.43.0",
"whoiser": "^1.17.3",
"ws": "^8.17.0",
"zeromq": "^5.3.1"
}
}