@berish/validate
Version:
Validation of complex objects with support for validation maps, rules and decorators
59 lines (58 loc) • 1.52 kB
JSON
{
"name": "@berish/validate",
"version": "0.0.10",
"description": "Validation of complex objects with support for validation maps, rules and decorators",
"main": "build/index.js",
"typings": "build/index.d.ts",
"repository": "git@gitlab.com:berish/packages/berish-validate.git",
"author": "Berishev Ravil <quadraticteam@gmail.com>",
"license": "MIT",
"private": false,
"keywords": [
"validate",
"validator",
"berish",
"helper",
"native",
"js",
"ts",
"typescript",
"standart",
"Berishev",
"Ravil",
"Fartix",
"quadraticteam",
"jest",
"package"
],
"scripts": {
"test": "jest --config jestconfig.json",
"test:dev": "jest --config jestconfig.json --watch --verbose=false",
"build": "tsc -p .",
"format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
"lint": "tslint -p tsconfig.json",
"prepare": "npm run build",
"prepublishOnly": "npm test && npm run lint",
"preversion": "npm run lint",
"version": "npm run format && git add -A src",
"postversion": "git push && git push --tags"
},
"files": [
"build/**/*"
],
"devDependencies": {
"@types/jest": "^24.0.15",
"@types/node": "^14.0.5",
"jest": "^24.8.0",
"prettier": "^1.18.2",
"ts-jest": "^24.0.2",
"tslint": "^5.18.0",
"tslint-config-prettier": "^1.18.0",
"typescript": "^3.5.2"
},
"dependencies": {
"@berish/linq": "^1.1.0",
"@berish/pathof": "^1.1.0",
"berish-guid": "^2.0.0"
}
}