-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.07 KB
/
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
38
39
40
41
42
43
44
45
46
{
"name": "hapi-filesystem-router",
"version": "0.3.0",
"description": "Filesystem based routing for Hapi",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "jest",
"build": "tsc --project tsconfig.publication.json",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wanjas/hapi-filesystem-router.git"
},
"keywords": [
"hapi",
"router",
"routing",
"filesystem"
],
"author": "Ivan Belikov",
"license": "MIT",
"bugs": {
"url": "https://github.com/wanjas/hapi-filesystem-router/issues"
},
"homepage": "https://github.com/wanjas/hapi-filesystem-router#readme",
"peerDependencies": {
"@hapi/hapi": ">=20"
},
"dependencies": {
"p-map": "4.0.0",
"fs-extra": "9.1.0",
"type-fest": "^0.20.2"
},
"devDependencies": {
"@wanjas/dev": "^1.0.9",
"@types/hapi__hapi": "^20.0.5",
"@hapi/cookie": "^11.0.2",
"@hapi/hapi": "^20.0.3",
"joi": "^17.3.0",
"jest": "^26.6.3",
"blipp": "^4.0.2",
"laabr": "^6.1.3"
}
}