@nubz/gds-validation
Version:
Form validation with GDS error templates, works with Govuk Prototype Kit
35 lines (34 loc) • 799 B
JSON
{
"name": "@nubz/gds-validation",
"version": "2.4.0",
"description": "Form validation with GDS error templates, works with Govuk Prototype Kit",
"main": "index.js",
"scripts": {
"test": "jest --coverage=true"
},
"author": "Alistair Macdonald (ali@nubz.com)",
"license": "MIT",
"dependencies": {
"@js-joda/core": "^4.0.0",
"@js-joda/locale_en": "^3.2.2",
"@js-joda/timezone": "^2.6.0"
},
"devDependencies": {
"jest": "^27.2.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nubz/gds-validation.git"
},
"keywords": [
"GDS",
"errors",
"Gov",
"Prototype",
"Kit"
],
"bugs": {
"url": "https://github.com/nubz/gds-validation/issues"
},
"homepage": "https://github.com/nubz/gds-validation#readme"
}