-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
44 lines (44 loc) · 1.27 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
{
"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",
"prepare:proxy": "node tools/prepare-proxy.js",
"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": "6.0.3",
"@types/node": "22.9.0",
"@types/shelljs": "0.8.15",
"clipanion": "4.0.0-rc.4",
"conventional-changelog-conventionalcommits": "8.0.0",
"husky": "9.1.6",
"lint-staged": "15.2.10",
"npm-run-all2": "7.0.1",
"prettier": "3.3.3",
"prettier-plugin-packagejson": "2.5.3",
"semantic-release": "24.2.0",
"shelljs": "0.8.5"
},
"packageManager": "pnpm@9.13.2",
"engines": {
"node": "^22.11.0",
"pnpm": "^9.0.0"
}
}