forked from TCMiranda/joi-extract-type
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 879 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "joi-extract-type",
"version": "15.0.8",
"description": "Provides native type extraction from Joi schemas for Typescript",
"main": "dist/index.js",
"scripts": {
"prepare": "rimraf 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",
"rimraf": "^3.0.2"
},
"peerDependencies": {
"@hapi/joi": "~15"
},
"dependencies": {
"@hapi/joi": "~15",
"@types/hapi__joi": "~15"
}
}