UNPKG

felicity

Version:

Javascript object instantiation from Joi schema

43 lines (42 loc) 984 B
{ "name": "felicity", "version": "6.0.0", "description": "Javascript object instantiation from Joi schema", "main": "lib/index.js", "scripts": { "test": "lab -t 100 -a @hapi/code -L", "test-cover": "lab -a @hapi/code -L -r html > test/test.html && open test/test.html", "doctoc": "doctoc API.md" }, "repository": "git://github.com/xogroup/felicity", "keywords": [ "joi", "validation", "schema", "constructor", "test", "example", "mock" ], "license": "BSD-3-Clause", "bugs": { "url": "https://github.com/xogroup/felicity/issues" }, "homepage": "https://github.com/xogroup/felicity#readme", "dependencies": { "@hapi/hoek": "9.x.x", "@hapi/joi-date": "2.x.x", "joi": "17.x.x", "moment": "2.x.x", "randexp": "0.5.x", "uuid": "8.x.x" }, "peerDependencies": { "joi": "17.x.x" }, "devDependencies": { "@hapi/code": "8.x.x", "@hapi/lab": "24.x.x", "doctoc": "2.x.x" } }