-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
80 lines (80 loc) · 2.18 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
{
"name": "webservice-wsrv01",
"version": "0.7.18",
"main": "./server.ts",
"scripts": {
"start": "nodemon -r esm server.ts ",
"test": "jest"
},
"dependencies": {
"@aws-sdk/client-rekognition": "^3.87.0",
"@aws-sdk/client-s3": "^3.56.0",
"@aws-sdk/s3-request-presigner": "^3.56.0",
"@ethersproject/abi": "^5.5.0",
"@fastify/helmet": "^8.0.0",
"@fastify/multipart": "^6.0.0",
"@fastify/rate-limit": "^6.0.0",
"@nomiclabs/hardhat-ethers": "^2.0.5",
"@uniswap/sdk": "^3.0.3",
"@walletconnect/web3-provider": "^1.7.1",
"@wert-io/widget-sc-signer": "^0.0.2",
"aws-sdk": "^2.1101.0",
"axios": "^0.21.4",
"bignumber.js": "^9.0.1",
"boom": "^7.3.0",
"ccxt": "^1.56.20",
"csv-parse": "^5.0.4",
"dotenv": "^8.2.0",
"esm": "^3.2.25",
"eth-sig-util": "^3.0.1",
"ethers": "^5.5.4",
"fastify": "^3.3.0",
"fastify-blipp": "^3.0.0",
"fastify-cookie": "^4.0.2",
"fastify-cors": "^4.1.0",
"fastify-cron": "^1.3.0",
"fastify-jwt": "^2.1.3",
"fastify-multipart": "^5.3.1",
"fastify-plugin": "^2.3.3",
"fastify-swagger": "^4.17.1",
"http": "0.0.1-security",
"ipfs-http-client": "^56.0.1",
"jest": "^27.5.1",
"mailgun-js": "^0.22.0",
"minimum-tls-version": "0.0.3",
"moment": "^2.27.0",
"mongodb": "^3.6.6",
"mongoose": "^6.2.4",
"moralis": "^1.5.5",
"node-fetch": "^3.2.4",
"node-mailer": "^0.1.1",
"nodemailer": "^6.7.4",
"nodemon": "^2.0.12",
"pino-pretty": "^4.7.1",
"query-string": "^7.0.1",
"require": "^2.4.20",
"simple-get": "^4.0.1",
"socket.io": "4.1.2",
"speakeasy": "^2.0.0",
"supertest": "^6.2.2",
"tap": "^15.1.6",
"tedious": "^11.0.7",
"ts-jest": "^27.1.3",
"ts-node": "^10.8.1",
"typescript": "^4.2.3",
"uuid": "^8.3.2",
"web3-utils": "^1.6.1",
"ws": "^8.5.0"
},
"devDependencies": {
"@ethersproject/abi": "^5.5.0",
"@types/jest": "^27.4.0",
"@types/mailgun-js": "^0.22.12",
"@types/mongodb": "^3.6.12",
"@types/node": "^16.0.0",
"@types/uuid": "^8.3.1",
"@wert-io/widget-sc-signer": "^0.0.2",
"jest": "^27.5.1",
"jest-junit": "^13.0.0"
}
}