forked from aluxionbackenddev/backend_test_Ven
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 1.73 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": "backend",
"version": "1.0.0",
"main": "app.js",
"scripts": {
"start": "nodemon app.js"
},
"dependencies": {
"adm-zip": "^0.5.9",
"axios": "^1.4.0",
"bip39": "^3.0.4",
"bitcoin-address-validation": "^2.2.1",
"bitcoinjs-lib": "^6.1.0",
"blob": "^0.1.0",
"child_process": "^1.0.2",
"collect.js": "^4.34.3",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"crypto-js": "^4.0.0",
"crypto-wallets": "^1.0.0",
"dateformat": "^4.5.1",
"dotenv": "^10.0.0",
"ecpair": "^2.1.0",
"email-validator": "^2.0.4",
"ethereum-address": "0.0.4",
"ethereumjs-tx": "^2.1.2",
"express": "^4.17.1",
"express-validator": "^6.14.0",
"file-type": "^16.5.0",
"form-data": "^4.0.0",
"formidable": "^1.2.2",
"image-thumbnail": "^1.0.13",
"json2xls": "^0.1.2",
"jsonwebtoken": "^8.5.1",
"multer": "^1.4.2",
"mysql": "^2.18.1",
"mysql2": "^2.2.5",
"fs": "^0.0.1-security",
"nft.storage": "^2.0.0",
"node-cron": "^3.0.1",
"node-fetch": "^2.6.1",
"nodejs-base64": "^2.0.0",
"nodemailer": "^6.6.5",
"openpgp": "^5.0.0-5",
"path": "^0.12.7",
"probe-image-size": "^7.2.1",
"qrcode": "^1.4.4",
"referral-code-generator": "^1.0.8",
"request": "^2.88.2",
"request-ip": "^2.1.3",
"reverse-string": "0.0.6",
"send-crypto": "^0.2.38",
"socket.io": "^4.5.4",
"speakeasy": "^2.0.0",
"stripe": "^8.154.0",
"sqlite3": "^5.1.6",
"tiny-secp256k1": "^2.2.1",
"tronweb": "^4.4.0",
"uuid": "^8.3.2",
"validate-phone-number-node-js": "0.0.1",
"web3": "^1.3.6",
"xlsx": "^0.17.4",
"xrpl": "^2.7.0-beta.0"
},
"description": "",
"devDependencies": {
"nodemon": "^2.0.13"
}
}