-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.21 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
52
53
{
"name": "@podium/test-utils",
"version": "3.0.17",
"type": "module",
"description": "Misc common test utils for Podium",
"main": "lib/index.js",
"types": "types/index.js",
"license": "MIT",
"keywords": [
"micro services",
"micro frontend",
"components",
"podium",
"test"
],
"repository": {
"type": "git",
"url": "[email protected]:podium-lib/test-utils.git"
},
"bugs": {
"url": "https://github.com/podium-lib/issues"
},
"homepage": "https://podium-lib.io/",
"files": [
"lib",
"types"
],
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"types": "tsc"
},
"author": "Trygve Lie",
"dependencies": {
"@podium/podlet": "5.2.4",
"@podium/utils": "5.4.0",
"readable-stream": "4.7.0",
"selfsigned": "2.4.1",
"server-destroy": "1.0.1"
},
"devDependencies": {
"@podium/eslint-config": "1.0.0",
"@podium/typescript-config": "1.0.0",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/git": "10.0.1",
"@types/readable-stream": "^4.0.14",
"@types/server-destroy": "^1.0.3",
"eslint": "9.5.0",
"prettier": "3.3.2",
"semantic-release": "24.2.0",
"typescript": "5.7.2"
}
}