-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) ยท 971 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) ยท 971 Bytes
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
{
"name": "loa-work",
"version": "0.7.0",
"description": "Lost Ark Content Hourly Wage Insight Platform",
"repository": {
"type": "git",
"url": "https://github.com/KubrickCode/loa-work.git"
},
"license": "MIT",
"private": true,
"scripts": {
"prepare": "husky",
"test:e2e-ui": "playwright test",
"test:e2e-ui:report": "playwright show-report --host 0.0.0.0"
},
"devDependencies": {
"@playwright/test": "1.57.0",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/commit-analyzer": "13.0.0",
"@semantic-release/exec": "7.1.0",
"@semantic-release/git": "10.0.1",
"@semantic-release/github": "11.0.1",
"@semantic-release/npm": "13.1.3",
"@semantic-release/release-notes-generator": "14.0.1",
"@types/node": "25.0.3",
"conventional-changelog-conventionalcommits": "8.0.0",
"husky": "9.1.7",
"lint-staged": "16.2.7",
"prettier": "3.6.2",
"semantic-release": "25.0.2"
}
}