-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.47 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
{
"name": "nestjs-class-validator-error-handler",
"version": "1.0.1",
"description": "Error handler for NestJS models using class-validator library",
"main": "index.ts",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gastonmorixe/nestjs-class-validator-error-handler.git"
},
"keywords": [
"nestjs",
"class-validator",
"error",
"handling",
"graphql"
],
"author": "Gaston Morixe <gaston@gastonmorixe.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/gastonmorixe/nestjs-class-validator-error-handler/issues"
},
"homepage": "https://github.com/gastonmorixe/nestjs-class-validator-error-handler#readme",
"devDependencies": {
"@babel/core": "^7.13.10",
"@babel/plugin-proposal-decorators": "^7.13.5",
"@babel/preset-env": "^7.13.10",
"@babel/preset-react": "^7.12.13",
"@babel/preset-typescript": "^7.13.0",
"@nestjs/common": "^7.6.14",
"@nestjs/core": "^7.6.14",
"@nestjs/graphql": "^7.10.2",
"@nestjs/mongoose": "^7.2.4",
"@types/jest": "^26.0.21",
"apollo-server-errors": "^2.4.2",
"babel-jest": "^26.6.3",
"class-transformer": "^0.4.0",
"class-validator": "^0.13.1",
"graphql": "^15.5.0",
"jest": "^26.6.3",
"mongodb-memory-server": "^6.9.6",
"mongoose": "^5.12.1",
"reflect-metadata": "^0.1.13",
"rxjs": "^6.6.6",
"ts-jest": "^26.5.4",
"ts-node": "^9.1.1",
"typescript": "^4.2.3"
}
}