UNPKG

@user-office-software/duo-validation

Version:
48 lines (47 loc) 1.03 kB
{ "name": "@user-office-software/duo-validation", "version": "6.0.1", "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": "bb98511bf674043b43c76082b46e6301738bc13d" }