-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 932 Bytes
/
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
{
"name": "nest-validation-pipe",
"version": "1.0.2",
"description": "inherits ValidationPipe of @nestjs/common, but provides override options decorator",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"prepare": "tsc",
"clean": "rm -rf dist/*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hungtcs/nest-validation-pipe.git"
},
"author": "hungtcs <hungtcs@outlook.com> (https://github.com/hungtcs)",
"license": "ISC",
"bugs": {
"url": "https://github.com/hungtcs/nest-validation-pipe/issues"
},
"homepage": "https://github.com/hungtcs/nest-validation-pipe#readme",
"peerDependencies": {
"@nestjs/common": "^9.0.5",
"@nestjs/core": "^9.0.5"
},
"devDependencies": {
"@nestjs/common": "^9.0.5",
"@nestjs/core": "^9.0.5",
"class-transformer": "^0.5.1",
"class-validator": "^0.13.2",
"typescript": "^4.7.4"
}
}