-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1013 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
33
34
35
36
37
38
{
"name": "incompatiblewith",
"version": "1.0.9",
"description": "InCompatibleWith is a decorator for class-validator that checks if siblings do not exist on the object.",
"main": "./lib/index.js",
"scripts": {
"test": "jest",
"build": "rimraf lib && tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alireza-bonab/incompatible-with/issues"
},
"keywords": [
"typescript",
"class-validator",
"class-transformer"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/alireza-bonab/incompatible-with/issues"
},
"homepage": "https://github.com/alireza-bonab/incompatible-with#readme",
"devDependencies": {
"@types/jest": "^26.0.20",
"jest": "^26.6.3",
"reflect-metadata": "^0.1.13",
"rimraf": "^3.0.2",
"ts-jest": "^26.5.3",
"typescript": "^4.2.3"
},
"dependencies": {
"class-transformer": "^0.4.0",
"class-transformer-validator": "^0.9.1",
"class-validator": "^0.13.1"
}
}