-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.24 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.24 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
{
"name": "@renovatebot/base-image",
"version": "0.0.0-semantic-release",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/renovatebot/base-image.git"
},
"license": "MIT",
"author": "Rhys Arkins <rhys@arkins.net>",
"contributors": [
"Michael Kriese <michael.kriese@visualon.de>",
"Liora Milbaum <liora@lmb.co.il>"
],
"type": "module",
"scripts": {
"lint": "run-s prettier",
"prepare": "husky",
"prettier": "prettier --cache --check --ignore-unknown '**/*.*'",
"prettier-fix": "prettier --cache --write --ignore-unknown '**/*.*'",
"release:prepare": "node tools/prepare-release.js",
"release:publish": "node tools/publish-release.js"
},
"devDependencies": {
"@semantic-release/exec": "7.1.0",
"@types/node": "22.19.17",
"@types/shelljs": "0.10.0",
"clipanion": "4.0.0-rc.4",
"conventional-changelog-conventionalcommits": "9.3.1",
"husky": "9.1.7",
"lint-staged": "16.4.0",
"npm-run-all2": "8.0.4",
"prettier": "3.8.3",
"prettier-plugin-packagejson": "3.0.2",
"semantic-release": "25.0.3",
"shelljs": "0.10.0"
},
"packageManager": "pnpm@10.33.0",
"engines": {
"node": "^22.11.0 || >=24.10.0",
"pnpm": "^10.0.0"
}
}