-
Notifications
You must be signed in to change notification settings - Fork 249
/
package.json
46 lines (46 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
{
"name": "runtipi-appstore",
"version": "1.0.0",
"description": "",
"main": "",
"scripts": {
"commit": "git-cz",
"lint": "biome check",
"lint:ci": "biome ci --changed --error-on-warnings --no-errors-on-unmatched",
"test": "jest",
"prepare": "lefthook install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/meienberger/runtipi-appstore.git"
},
"author": "",
"license": "GNU General Public License v3.0",
"bugs": {
"url": "https://github.com/meienberger/runtipi-appstore/issues"
},
"homepage": "https://github.com/meienberger/runtipi-appstore#readme",
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@commitlint/cz-commitlint": "^19.5.0",
"@playwright/test": "^1.48.1",
"@types/jest": "^28.1.6",
"@types/js-yaml": "^4.0.9",
"@types/node": "^22.8.0",
"@types/semver": "^7.5.8",
"commitizen": "^4.3.1",
"jest": "^28.1.3",
"js-yaml": "^4.1.0",
"lefthook": "^1.8.1",
"semver": "^7.6.3",
"ts-jest": "^28.0.7",
"typescript": "^5.6.3"
},
"config": {
"commitizen": {
"path": "@commitlint/cz-commitlint"
}
}
}