forked from runtipi/runtipi-appstore
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.3 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.3 KB
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
{
"name": "runtipi-appstore",
"version": "1.0.0",
"description": "",
"type": "module",
"scripts": {
"commit": "git-cz",
"lint": "biome check",
"lint:ci": "biome ci --changed --error-on-warnings --no-errors-on-unmatched",
"test": "bun test && bun run scripts/validate-json.js",
"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": "^2.3.11",
"@commitlint/cli": "^20.3.1",
"@commitlint/config-conventional": "^20.3.1",
"@commitlint/cz-commitlint": "^20.3.1",
"@types/jest": "^30.0.0",
"@types/js-yaml": "^4.0.9",
"@types/node": "^25.0.3",
"@types/semver": "^7.7.1",
"commitizen": "^4.3.1",
"jest": "^30.2.0",
"js-yaml": "^4.1.1",
"lefthook": "^2.0.13",
"semver": "^7.7.3",
"ts-jest": "^29.4.6",
"typescript": "^5.9.3"
},
"config": {
"commitizen": {
"path": "@commitlint/cz-commitlint"
}
},
"dependencies": {
"@runtipi/common": "^1.1.3",
"ajv": "^8.17.1"
}
}