-
Notifications
You must be signed in to change notification settings - Fork 31
/
package.json
154 lines (154 loc) · 4.59 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
{
"name": "dfx-api",
"version": "0.4.0",
"description": "",
"author": "",
"private": true,
"license": "UNLICENSED",
"scripts": {
"prebuild": "rimraf dist",
"build": "nest build",
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
"seed": "node migration/seed/seed.js",
"start": "nest start --debug --watch",
"start:prod": "SET NODE_ENV=master& node dist/main",
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --no-fix",
"lint:fix": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
"test": "jest --silent",
"test:watch": "jest --watch",
"test:cov": "jest --coverage",
"check": "npm run lint && npm run test",
"migration": "bash migration/generate.sh"
},
"dependencies": {
"@arbitrum/sdk": "^3.0.0",
"@azure/storage-blob": "^12.16.0",
"@cardano-foundation/cardano-verify-datasignature": "^1.0.11",
"@defichain/jellyfish-api-core": "^3.30.1",
"@defichain/jellyfish-api-jsonrpc": "^3.30.1",
"@defichain/jellyfish-network": "^3.30.1",
"@defichain/whale-api-client": "^3.30.1",
"@dhedge/v2-sdk": "^1.9.8",
"@eth-optimism/sdk": "^3.2.0",
"@maticnetwork/maticjs": "^3.7.8",
"@maticnetwork/maticjs-ethers": "^1.0.3",
"@nestjs-modules/mailer": "^1.10.3",
"@nestjs/axios": "^2.0.0",
"@nestjs/common": "^9.3.12",
"@nestjs/config": "^2.3.1",
"@nestjs/core": "^9.3.12",
"@nestjs/jwt": "^10.0.3",
"@nestjs/passport": "^9.0.3",
"@nestjs/platform-express": "^9.3.12",
"@nestjs/platform-ws": "^9.4.3",
"@nestjs/schedule": "^2.2.0",
"@nestjs/swagger": "^6.2.1",
"@nestjs/throttler": "^4.0.0",
"@nestjs/typeorm": "^9.0.1",
"@nestjs/websockets": "^9.4.3",
"@noble/curves": "^1.2.0",
"@railgun-community/engine": "^9.2.0",
"@supercharge/request-ip": "^1.2.0",
"@uniswap/sdk-core": "^5.9.0",
"@uniswap/smart-order-router": "^4.7.8",
"@uniswap/v3-sdk": "^3.18.1",
"alchemy-sdk": "^3.4.6",
"applicationinsights": "^2.5.1",
"arweave": "^1.15.0",
"axios": "^1.3.4",
"basic-ftp": "^5.0.2",
"bcrypt": "^5.1.0",
"bignumber.js": "^9.1.1",
"bitcoinjs-message": "^2.2.0",
"bolt11": "^1.4.1",
"ccxt": "^3.0.43",
"checkout-sdk-node": "^2.3.6",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.0",
"coingecko-api-v3": "^0.0.25",
"cors": "^2.8.5",
"ethers": "^5.7.2",
"express-useragent": "^1.0.15",
"fast-xml-parser": "^4.1.3",
"geoip-lite2": "^2.2.1",
"graphql": "^16.8.1",
"graphql-request": "^6.1.0",
"handlebars": "^4.7.7",
"helmet": "^6.0.1",
"ibantools": "^4.2.2",
"jszip": "^3.10.1",
"libphonenumber-js": "^1.11.4",
"liquidjs-lib": "^6.0.2-liquid.32",
"lnurl": "^0.27.0",
"lodash": "^4.17.21",
"morgan": "^1.10.0",
"mssql": "^10.0.4",
"nestjs-i18n": "^10.2.6",
"nestjs-real-ip": "^2.2.0",
"node-2fa": "^2.0.3",
"nodemailer": "^6.9.1",
"passport": "^0.6.0",
"passport-jwt": "^4.0.1",
"pdfkit": "^0.15.0",
"reflect-metadata": "^0.1.13",
"rimraf": "^4.4.1",
"rxjs": "^7.8.0",
"secp256k1": "^5.0.0",
"swagger-ui-express": "^4.6.2",
"swissqrbill": "^4.0.2",
"typeorm": "^0.3.12",
"xoauth2": "^1.2.0",
"zbase32": "^1.0.5"
},
"devDependencies": {
"@golevelup/ts-jest": "^0.3.5",
"@nestjs/cli": "^9.3.0",
"@nestjs/schematics": "^9.0.4",
"@nestjs/testing": "^9.3.12",
"@types/express": "^4.17.17",
"@types/express-useragent": "^1.0.2",
"@types/google-libphonenumber": "^7.4.23",
"@types/jest": "^29.5.0",
"@types/lodash": "^4.14.192",
"@types/multer": "^1.4.7",
"@types/node": "^18.15.11",
"@types/nodemailer": "^6.4.7",
"@types/passport-jwt": "^3.0.8",
"@types/pdfkit": "^0.13.4",
"@types/supertest": "^2.0.12",
"@typescript-eslint/eslint-plugin": "^5.57.0",
"@typescript-eslint/parser": "^5.57.0",
"eslint": "^8.37.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"jest": "^29.5.0",
"jest-mock-extended": "^3.0.4",
"prettier": "^2.8.7",
"supertest": "^6.3.3",
"ts-jest": "^29.0.5",
"ts-loader": "^9.4.2",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.1.2",
"typescript": "^4.5.5"
},
"jest": {
"moduleFileExtensions": [
"js",
"json",
"ts"
],
"rootDir": "src",
"moduleNameMapper": {
"^src/(.*)$": "<rootDir>/$1"
},
"testRegex": ".*\\.spec\\.ts$",
"transform": {
"^.+\\.(t|j)s$": "ts-jest"
},
"collectCoverageFrom": [
"**/*.(t|j)s"
],
"coverageDirectory": "../coverage",
"testEnvironment": "node"
}
}