-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 986 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 986 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
33
34
35
36
37
38
39
{
"name": "@giganticminecraft/renovate-config",
"private": true,
"version": "0.1.0",
"description": "Renovate Config for use with GiganticMinecraft",
"license": "MIT",
"engines": {
"node": "24.11.0",
"pnpm": "10.30.3"
},
"engineStrict": true,
"packageManager": "pnpm@10.30.3",
"repository": {
"url": "https://github.com/GiganticMinecraft/renovate-config"
},
"author": {
"name": "GiganticMinecraft",
"url": "https://github.com/GiganticMinecraft"
},
"scripts": {
"format": "biome format --write .",
"format:check": "biome format .",
"test": "renovate-config-validator --strict default.json",
"postinstall": "lefthook install"
},
"devDependencies": {
"@biomejs/biome": "^2.0.0",
"lefthook": "^1.10.10",
"renovate": "^43.31.9"
},
"pnpm": {
"overrides": {
"minimatch@^3": "^3.1.3",
"minimatch@^9": "^9.0.6",
"minimatch@^10": "^10.2.1",
"fast-xml-parser@^5": "^5.3.6"
}
}
}