@user-office-software/duo-validation
Version:
Duo frontend and backend validation in one place.
48 lines (47 loc) • 1.03 kB
JSON
{
"name": "@user-office-software/duo-validation",
"version": "5.1.16",
"description": "Duo frontend and backend validation in one place.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"author": "SWAP",
"license": "ISC",
"scripts": {
"clean": "rm -rf ./lib",
"build": "npm run clean && tsc -p ./tsconfig.build.json",
"test": "jest --config jestconfig.json"
},
"repository": {
"type": "git",
"url": "git://github.com/UserOfficeProject/user-office-lib.git"
},
"keywords": [
"duo",
"validation",
"yup"
],
"publishConfig": {
"access": "public"
},
"directories": {
"lib": "lib"
},
"files": [
"lib"
],
"dependencies": {
"luxon": "^2.5.0",
"sanitize-html": "^2.7.1",
"yup": "^0.32.11"
},
"devDependencies": {
"@types/luxon": "^2.3.0",
"@types/sanitize-html": "^2.3.2",
"@types/yup": "^0.29.0"
},
"engines": {
"npm": ">=8.5.0",
"node": ">=16.14.0"
},
"gitHead": "f10bd7861937586944629463ab80d3e44d9bc596"
}