@tree-house/joi
Version:
Provides extra Joi functionality for Typescript
46 lines (45 loc) • 1.1 kB
JSON
{
"name": "@tree-house/joi",
"version": "3.0.0",
"description": "Provides extra Joi functionality for Typescript",
"keywords": [
"NodeJS",
"Treehouse",
"Joi",
"Typescript",
"Types",
"Extraction"
],
"homepage": "https://github.com/ShopBonsai/tree-house/tree/master/packages/core#readme",
"bugs": {
"url": "https://github.com/ShopBonsai/tree-house/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/ShopBonsai/tree-house.git"
},
"license": "ISC",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "npm run clean && tsc",
"clean": "rimraf ./dist",
"lint": "tslint 'src/**/*.ts'",
"prepare": "npm run build",
"test": "tsc --build ./tsconfig.json"
},
"dependencies": {
"@hapi/joi": "~15",
"@types/hapi__joi": "~15"
},
"devDependencies": {
"rimraf": "~5.0.0",
"tslint": "6.1.3",
"tslint-config-airbnb": "~5.11.2",
"typescript": "5.0.4"
},
"peerDependencies": {
"@hapi/joi": "~15"
},
"gitHead": "59ffeb322ac35858b96fe2cdfd770d3608113be9"
}