UNPKG

incompatiblewith

Version:

InCompatibleWith is a decorator for class-validator that checks if siblings do not exist on the object.

38 lines 1.01 kB
{ "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" } }