yup
Version:
Dead simple Object schema validation
60 lines (59 loc) • 1.38 kB
JSON
{
"name": "yup",
"version": "1.6.1",
"description": "Dead simple Object schema validation",
"main": "index.js",
"module": "index.esm.js",
"runkitExampleFilename": "./runkit-example.js",
"repository": {
"type": "git",
"url": "git+https://github.com/jquense/yup.git"
},
"author": {
"name": "@monasticpanic Jason Quense"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/jquense/yup/issues"
},
"homepage": "https://github.com/jquense/yup",
"release": {
"conventionalCommits": true,
"publishDir": "lib"
},
"prettier": {
"singleQuote": true,
"trailingComma": "all"
},
"lint-staged": {
"*.{js,json,css,md}": [
"prettier --write",
"git add"
]
},
"jest": {
"globals": {
"YUP_USE_SYNC": false
},
"testEnvironment": "node",
"setupFilesAfterEnv": [
"./test-setup.js"
],
"roots": [
"test"
],
"testRegex": "\\.(j|t)s$",
"testPathIgnorePatterns": [
"helpers\\.ts",
"\\.eslintrc\\.js",
"types\\.ts"
]
},
"dependencies": {
"property-expr": "^2.0.5",
"tiny-case": "^1.0.3",
"toposort": "^2.0.2",
"type-fest": "^2.19.0"
},
"packageManager": "yarn@4.5.3+sha512.3003a14012e2987072d244c720506549c1aab73ee728208f1b2580a9fd67b92d61ba6b08fe93f6dce68fd771e3af1e59a0afa28dd242dd0940d73b95fedd4e90"
}