-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 966 Bytes
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 966 Bytes
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
{
"type": "module",
"dependencies": {
"axios": "^1.7.2",
"big.js": "^6.2.1",
"bignumber.js": "^9.1.2",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"decimal.js": "^10.4.3",
"express": "^4.19.2",
"express-rate-limit": "^7.3.1",
"helmet": "^8.0.0",
"jest": "^29.7.0",
"md5": "^2.3.0",
"monero-nodejs-community": "^4.1.0",
"multi-nano-web": "^1.5.1",
"mysql2": "^3.10.0",
"nanocurrency": "^2.5.0",
"nanocurrency-web-multy": "^1.4.6",
"reconnecting-websocket": "^4.4.0",
"request-ip": "^3.3.0",
"uuid": "^9.0.1",
"winston": "^3.13.0",
"ws": "^8.17.0"
},
"scripts": {
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js --collect-coverage"
},
"jest": {
"transform": {
"^.+\\.m?js$": "babel-jest"
},
"testEnvironment": "node",
"testMatch": [
"**/test/**/*.test.mjs"
],
"moduleDirectories": [
"node_modules"
]
}
}