-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
117 lines (117 loc) · 4.76 KB
/
package.json
File metadata and controls
117 lines (117 loc) · 4.76 KB
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
{
"name": "dex-service",
"version": "0.0.1",
"description": "",
"author": "",
"private": true,
"license": "UNLICENSED",
"scripts": {
"prebuild": "rimraf dist",
"build": "nest build",
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
"start": "nest start",
"start:dev": "npm run copy-env && TZ=UTC nest start --watch",
"start:debug": "nest start --debug --watch",
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
"copy-env": "cp .env.example .env",
"test": "jest --verbose false --config ./test/jest-config.json --forceExit",
"test:watch": "jest --watch",
"test:cov": "jest --coverage --config ./test/jest-config.json --forceExit",
"test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand",
"test:e2e": "jest --config ./test/jest-e2e.json",
"typeorm": "ts-node ./node_modules/typeorm/cli",
"typeorm:run-migrations": "npm run typeorm migration:run -- -d ./src/services/analytics/timescaledb/migration/typeOrm.config.ts",
"typeorm:generate-migration": "npm run typeorm -- -d ./src/services/analytics/timescaledb/migration/typeOrm.config.ts migration:generate ./src/services/analytics/timescaledb/migration/xExchange",
"typeorm:create-migration": "npm run typeorm -- migration:create ./src/services/analytics/timescaledb/migration/xExchange",
"typeorm:revert-migration": "npm run typeorm -- -d ./src/services/analytics/timescaledb/migration/typeOrm.config.ts migration:revert"
},
"dependencies": {
"@apollo/gateway": "^2.0.5",
"@datastructures-js/priority-queue": "^6.1.0",
"@elastic/elasticsearch": "7.12.0",
"@elrondnetwork/erdjs-walletcore": "^2.1.0",
"@elrondnetwork/native-auth-client": "^0.1.0",
"@golevelup/nestjs-rabbitmq": "^2.4.0",
"@multiversx/sdk-core": "^11.2.0",
"@multiversx/sdk-data-api-client": "^0.5.8",
"@multiversx/sdk-exchange": "^0.2.17",
"@multiversx/sdk-native-auth-server": "^1.0.5",
"@multiversx/sdk-network-providers": "^1.2.1",
"@nestjs/apollo": "^10.1.3",
"@nestjs/axios": "^1.0.1",
"@nestjs/common": "^9.1.4",
"@nestjs/config": "^2.2.0",
"@nestjs/core": "^9.1.4",
"@nestjs/graphql": "^10.1.3",
"@nestjs/jwt": "^9.0.0",
"@nestjs/microservices": "^9.0.0",
"@nestjs/mongoose": "^9.1.0",
"@nestjs/passport": "^9.0.0",
"@nestjs/platform-express": "^9.1.4",
"@nestjs/schedule": "^2.1.0",
"@nestjs/typeorm": "^9.0.1",
"agentkeepalive": "^4.2.1",
"amqp-connection-manager": "^4.1.3",
"amqplib": "^0.10.0",
"apollo-server-express": "^3.8.2",
"axios": "^0.27.2",
"bignumber.js": "9.0.1",
"cache-manager": "^4.0.1",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.0",
"config": "^3.3.7",
"cookie-parser": "^1.4.6",
"dd-trace": "^1.6.0",
"express": "^4.18.1",
"graphql": "^16.5.0",
"graphql-redis-subscriptions": "^2.4.2",
"graphql-subscriptions": "^2.0.0",
"ioredis": "^5.2.4",
"jsonwebtoken": "^9.0.0",
"lru-cache": "^7.14.1",
"merkletreejs": "^0.3.10",
"moment": "^2.29.4",
"mongoose": "^6.11.3",
"nest-winston": "^1.6.2",
"passport": "^0.6.0",
"passport-jwt": "^4.0.0",
"passport-local": "^1.0.0",
"pg": "^8.9.0",
"prom-client": "^14.0.1",
"redis": "^3.1.2",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.5.5",
"ts-mixer": "^6.0.1",
"ts-morph": "^15.1.0",
"typeorm": "^0.3.12",
"winston": "^3.7.2",
"winston-transport": "^4.5.0"
},
"devDependencies": {
"@nestjs/cli": "^8.2.6",
"@nestjs/testing": "^9.2.1",
"@types/cache-manager": "^4.0.0",
"@types/cron": "^2.0.0",
"@types/crypto-js": "^4.1.1",
"@types/jest": "^28.1.1",
"@types/ledgerhq__hw-transport-u2f": "4.21.2",
"@types/ledgerhq__hw-transport-webusb": "4.70.1",
"@types/node": "^17.0.41",
"@types/passport-jwt": "^3.0.6",
"@types/passport-local": "^1.0.34",
"@typescript-eslint/eslint-plugin": "^6.2.0",
"@typescript-eslint/parser": "^6.2.0",
"eslint": "^8.23.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"jest": "^25.1.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.7.1",
"supertest": "^4.0.2",
"ts-jest": "25.2.1",
"ts-loader": "^6.2.1",
"ts-node": "^10.8.0",
"tsconfig-paths": "^3.10.1",
"typescript": "4.8.3"
}
}