-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 1.05 KB
/
package.json
File metadata and controls
28 lines (28 loc) · 1.05 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
{
"name": "java-pipelines",
"version": "1.0.0",
"description": "| Repository | Status |\r | -- | -- |\r | java-pipelines | [](https://github.com/derBobby/java-pipelines/actions/workflows/dependabot-automerge.yml) |",
"main": "index.js",
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^13.0.1",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^12.0.6",
"@semantic-release/release-notes-generator": "^14.1.0",
"semantic-release": "^25.0.3"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/derBobby/java-pipelines.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/derBobby/java-pipelines/issues"
},
"homepage": "https://github.com/derBobby/java-pipelines#readme"
}