mirror of
https://github.com/Expand-sys/ccashfrontend
synced 2025-12-19 08:02:15 +11:00
27 lines
647 B
JSON
27 lines
647 B
JSON
{
|
|
"name": "class-validator",
|
|
"version": "0.13.1",
|
|
"description": "Decorator-based property validation for classes.",
|
|
"author": "TypeStack contributors",
|
|
"license": "MIT",
|
|
"sideEffects": false,
|
|
"main": "./cjs/index.js",
|
|
"module": "./esm5/index.js",
|
|
"es2015": "./esm2015/index.js",
|
|
"typings": "./types/index.d.ts",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/typestack/class-validator.git"
|
|
},
|
|
"tags": [
|
|
"validator",
|
|
"validation",
|
|
"decorators",
|
|
"typescript"
|
|
],
|
|
"dependencies": {
|
|
"@types/validator": "^13.1.3",
|
|
"libphonenumber-js": "^1.9.7",
|
|
"validator": "^13.5.2"
|
|
}
|
|
}
|