-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.27 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
47
48
49
50
51
{
"name": "@podium/hapi-podlet",
"version": "4.0.7",
"type": "module",
"description": "Hapi plugin for Podium Podlet",
"main": "lib/podlet-plugin.js",
"license": "MIT",
"keywords": [
"micro services",
"micro frontend",
"components",
"podium",
"hapi"
],
"repository": {
"type": "git",
"url": "[email protected]:podium-lib/hapi-podlet.git"
},
"bugs": {
"url": "https://github.com/podium-lib/issues"
},
"homepage": "https://podium-lib.io/",
"files": [
"package.json",
"CHANGELOG.md",
"README.md",
"LICENSE",
"lib"
],
"scripts": {
"test": "tap --disable-coverage --allow-empty-coverage",
"test:coverage": "tap",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"author": "Trygve Lie",
"dependencies": {
"@podium/utils": "5.3.1"
},
"devDependencies": {
"@hapi/hapi": "21.3.10",
"@podium/eslint-config": "1.0.0",
"@podium/podlet": "5.1.12",
"@podium/semantic-release-config": "2.0.0",
"@podium/test-utils": "2.5.2",
"eslint": "9.11.1",
"prettier": "3.3.3",
"semantic-release": "24.1.1",
"tap": "18.8.0"
}
}