-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.21 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
{
"author": "Sebastian Pekarek <[email protected]>",
"bugs": {
"url": "https://github.com/sebbo2002/release-bot/issues"
},
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/github": "^6.0.0",
"cosmiconfig": "^9.0.0",
"semantic-release": "^24.1.1",
"simple-git": "^3.26.0"
},
"description": "Checks development and release branches and creates a release PR when it is time for a release again.",
"devDependencies": {
"@eslint/js": "^9.9.1",
"@sebbo2002/semantic-release-docker": "^5.0.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"eslint": "^9.9.1",
"eslint-plugin-jsonc": "^2.16.0",
"semantic-release-license": "^1.0.3",
"typescript-eslint": "^8.0.0-alpha.51"
},
"engines": {
"node": ">=12.0.0"
},
"files": [
"/dist",
"/src"
],
"homepage": "https://github.com/sebbo2002/release-bot#readme",
"license": "MIT",
"name": "@sebbo2002/release-bot",
"repository": {
"type": "git",
"url": "git+https://github.com/sebbo2002/release-bot.git"
},
"scripts": {
"lint": "eslint .",
"test": "echo \"No tests specified.\""
},
"version": "1.0.0-dev"
}