UNPKG

@joi/date

Version:
32 lines (31 loc) 676 B
{ "name": "@joi/date", "description": "Joi extension for dates", "version": "2.1.1", "repository": "git://github.com/sideway/joi-date", "main": "lib/index.js", "types": "lib/index.d.ts", "keywords": [ "schema", "validation", "date", "moment", "joi", "extension" ], "dependencies": { "moment": "2.x.x" }, "devDependencies": { "@hapi/code": "8.x.x", "@hapi/lab": "24.x.x", "@types/node": "^14.18.63", "joi": "^17.2.0", "typescript": "4.0.x" }, "scripts": { "test": "lab -t 100 -a @hapi/code -L -Y", "test-cov-html": "lab -r html -o coverage.html -a @hapi/code" }, "license": "BSD-3-Clause" }