-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 1.02 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
{
"name": "@marcusrbrown/renovate-config",
"description": "Shareable Renovate configuration presets for my personal GitHub repositories.",
"version": "0.0.0-development",
"private": true,
"packageManager": "pnpm@9.13.0",
"main": "default.json",
"type": "module",
"scripts": {
"bootstrap": "pnpm install",
"check-format": "prettier --check .",
"format": "prettier --write ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/marcusrbrown/renovate-config.git"
},
"keywords": [
"renovate-config"
],
"author": "Marcus R. Brown <contact@marcusrbrown.com> (https://marcusrbrown.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/marcusrbrown/renovate-config/issues"
},
"homepage": "https://github.com/marcusrbrown/renovate-config#readme",
"devDependencies": {
"conventional-changelog-conventionalcommits": "8.0.0",
"markdownlint": "0.35.0",
"prettier": "3.3.3",
"semantic-release": "24.2.0",
"semantic-release-export-data": "1.1.0"
}
}