forked from Sanofi-IADC/whispr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
152 lines (152 loc) · 5.07 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
{
"name": "@sanofi-iadc/whispr",
"version": "4.7.1",
"private": true,
"description": "",
"author": "",
"license": "MIT",
"scripts": {
"build": "rimraf dist && tsc -p tsconfig.build.json",
"format": "prettier-eslint --write ${PWD}/{src,tests}/**/*.ts",
"format:check": "prettier-eslint --list-different ${PWD}/{src,tests}/**/*.ts",
"start": "nest start",
"start:dev": "nest start --watch",
"start:debug": "nest start --debug --watch",
"start:prod": "node dist/main",
"lint": "npm run lint:es",
"lint:es": "eslint --fix --ext .js,.ts src tests",
"test": "npm run test:unit:cov && npm run test:integration && npm run test:e2e --forceExit --detectOpenHandles",
"test:unit": "jest --forceExit --detectOpenHandles",
"test:unit:watch": "jest --watch --forceExit --detectOpenHandles",
"test:unit:cov": "jest --coverage --forceExit --detectOpenHandles",
"test:unit:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand",
"test:integration": "jest --config jest-integration.json --runInBand --forceExit",
"test:e2e": "jest --config jest-e2e.json --verbose --runInBand --forceExit",
"test:e2e:debug": "node --inspect-brk=0.0.0.0 -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand --config jest-e2e.json"
},
"dependencies": {
"@apollo/gateway": "0.44.1",
"@instana/collector": "1.140.1",
"@mestrak/passport-multi-jwt": "0.0.8",
"@nestjs/apollo": "10.0.11",
"@nestjs/axios": "0.0.7",
"@nestjs/common": "8.2.6",
"@nestjs/config": "1.2.1",
"@nestjs/core": "8.2.6",
"@nestjs/graphql": "10.0.11",
"@nestjs/jwt": "8.0.0",
"@nestjs/mongoose": "9.0.3",
"@nestjs/passport": "8.2.1",
"@nestjs/platform-fastify": "8.2.6",
"@nestjs/platform-socket.io": "8.4.5",
"@nestjs/terminus": "8.0.6",
"@nestjs/websockets": "8.2.6",
"@typegoose/typegoose": "9.7.1",
"@types/express": "4.17.13",
"@types/graphql": "14.5.0",
"amazon-cognito-identity-js": "5.2.8",
"apollo-server-core": "3.5.0",
"apollo-server-fastify": "3.5.0",
"aws-sdk": "2.1137.0",
"class-transformer": "0.3.1",
"class-validator": "0.13.2",
"cross-fetch": "3.1.5",
"dotenv": "10.0.0",
"eslint-plugin-graphql": "4.0.0",
"fastify": "3.24.1",
"fastify-compress": "3.7.0",
"flatted": "3.2.5",
"graphql": "15.8.0",
"graphql-redis-subscriptions": "2.4.2",
"graphql-subscriptions": "2.0.0",
"graphql-tag-pluck": "0.8.7",
"graphql-tools": "8.2.9",
"graphql-type-json": "0.3.2",
"graphql-upload": "13.0.0",
"haiku-random": "1.0.0",
"https-proxy-agent": "5.0.1",
"ioredis": "4.28.5",
"joi": "17.6.0",
"jwks-rsa": "2.1.2",
"lodash": "4.17.21",
"mongoose": "6.2.11",
"mongoose-cast-aggregation": "0.2.1",
"nock": "13.2.4",
"parse-duration": "1.0.2",
"passport": "0.5.3",
"passport-jwt": "4.0.0",
"reflect-metadata": "0.1.13",
"request": "2.88.2",
"rimraf": "3.0.2",
"rxjs": "7.5.5",
"superagent": "6.1.0",
"superagent-promise": "1.1.0",
"superagent-proxy": "3.0.0",
"tunnel": "0.0.6"
},
"devDependencies": {
"@commitlint/cli": "15.0.0",
"@commitlint/config-conventional": "15.0.0",
"@nestjs/cli": "8.2.5",
"@nestjs/platform-express": "8.4.5",
"@nestjs/schematics": "8.0.11",
"@nestjs/testing": "8.2.6",
"@semantic-release/changelog": "6.0.1",
"@semantic-release/exec": "6.0.3",
"@semantic-release/git": "10.0.1",
"@semantic-release/github": "8.0.4",
"@types/jest": "27.5.1",
"@types/node": "16.11.36",
"@types/socket.io": "3.0.1",
"@types/supertest": "2.0.12",
"@types/tunnel": "0.0.3",
"@typescript-eslint/eslint-plugin": "5.25.0",
"@typescript-eslint/parser": "5.25.0",
"apollo-server-express": "3.6.8",
"cz-conventional-changelog": "3.3.0",
"eslint": "7.32.0",
"eslint-config-airbnb-base": "14.2.1",
"eslint-config-prettier": "8.5.0",
"eslint-config-standard": "16.0.3",
"eslint-import-resolver-typescript": "2.7.1",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "3.4.1",
"eslint-plugin-promise": "5.2.0",
"eslint-plugin-standard": "4.1.0",
"husky": "7.0.4",
"jest": "27.5.1",
"jsonwebtoken": "^8.2.0",
"mock-jwks": "1.0.3",
"mongodb-memory-server": "8.5.2",
"prettier": "2.6.2",
"prettier-eslint-cli": "5.0.1",
"semantic-release": "19.0.2",
"supertest": "6.2.3",
"ts-jest": "27.1.4",
"ts-loader": "9.3.0",
"ts-morph": "13.0.3",
"ts-node": "10.7.0",
"tsconfig-paths": "3.14.1",
"typescript": "4.6.4",
"webpack": "5.72.1"
},
"overrides": {
"minimist": "1.2.6",
"node-fetch": "2.6.7",
"cross-fetch": "3.1.5",
"node-forge": "1.3.1",
"glob-parent": "5.1.2"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
"pre-commit": "npm run lint && npm run format:check"
}
}
}