-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.72 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.72 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
50
51
52
53
54
55
56
57
58
59
{
"name": "@storm-software/github-profile",
"version": "0.0.1",
"type": "module",
"description": "A repository containing the base Renovate configuration used by Storm Software across its repositories.",
"repository": {
"type": "github",
"url": "https://github.com/storm-software/.github.git"
},
"homepage": "https://stormsoftware.com",
"bugs": {
"url": "https://stormsoftware.com/support",
"email": "support@stormsoftware.com"
},
"author": {
"name": "Storm Software",
"email": "contact@stormsoftware.com",
"url": "https://stormsoftware.com"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/storm-software"
},
"license": "Apache-2.0",
"private": true,
"packageManager": "pnpm@10.10.0",
"engines": {
"node": ">=22.14.0",
"pnpm": ">=10.10.0"
},
"keywords": [
"storm-software",
"storm",
"github-profile"
],
"scripts": {
"commit": "pnpm exec storm-git commit",
"push": "git push origin main:main",
"view-config": "pnpm exec storm-config"
},
"devDependencies": {
"@ls-lint/ls-lint": "^2.3.1",
"@storm-software/config": "latest",
"@storm-software/config-tools": "latest",
"@storm-software/cspell": "latest",
"@storm-software/git-tools": "latest",
"@storm-software/linting-tools": "latest",
"@storm-software/markdownlint": "latest",
"@storm-software/prettier": "latest",
"@storm-software/testing-tools": "latest",
"@storm-software/tsconfig": "latest",
"conventional-changelog-storm-software": "latest",
"copyfiles": "^2.4.1",
"prettier": "^3.6.2",
"rimraf": "^6.0.1"
},
"prettier": "@storm-software/prettier/config.json",
"triggerEmptyDevReleaseByIncrementingThisNumber": 0
}