joi-extract-type
Version:
Provides native type extraction from Joi schemas for Typescript
37 lines (36 loc) • 855 B
JSON
{
"name": "joi-extract-type",
"version": "15.0.8",
"description": "Provides native type extraction from Joi schemas for Typescript",
"main": "dist/index.js",
"scripts": {
"prepare": "rm -rf dist && tsc",
"test": "tsc --build ./tsconfig.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TCMiranda/joi-extract-type.git"
},
"keywords": [
"Joi",
"Typescript",
"Types",
"Extraction"
],
"author": "Tiago de Carvalho Miranda",
"license": "MIT",
"bugs": {
"url": "https://github.com/TCMiranda/joi-extract-type/issues"
},
"homepage": "https://github.com/TCMiranda/joi-extract-type#readme",
"devDependencies": {
"typescript": "^3.9.6"
},
"peerDependencies": {
"@hapi/joi": "~15"
},
"dependencies": {
"@hapi/joi": "~15",
"@types/hapi__joi": "~15"
}
}