-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 895 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": "typesafe-hapi",
"description": "A fork of hapi that produces typed results TypeScript",
"version": "4.0.1",
"main": "hapi.js",
"types": "index.d.ts",
"repository": "https://github.com/mmiszy/typesafe-hapi.git",
"author": "Michal Miszczyszyn <[email protected]>",
"license": "MIT",
"scripts": {
"test": "dtslint"
},
"keywords": [
"hapi",
"typescript",
"validation"
],
"dependencies": {
"@hapi/hapi": "18.4.0",
"@types/hapi__boom": "7.4.1",
"@types/hapi__catbox": "10.2.2",
"@types/hapi__iron": "5.1.0",
"@types/hapi__mimos": "4.1.0",
"@types/hapi__podium": "3.4.0",
"@types/hapi__shot": "4.1.0",
"@types/node": "*"
},
"peerDependencies": {
"typesafe-joi": "2.0.6"
},
"devDependencies": {
"@hapi/joi": "15.1.0",
"dtslint": "0.9.8",
"typesafe-joi": "2.0.6",
"typescript": "3.6.4"
}
}