-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
29 lines (29 loc) · 853 Bytes
/
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
{
"name": "semantic-release-github-actions-simple-example",
"version": "2.1.0",
"description": "",
"main": "index.js",
"repository": {
"type": "git",
"url": "[email protected]:BondarenkoAlex/semantic-release-github-actions-simple-example.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"semantic-release": "semantic-release"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"semantic-release": "^23.0.2"
},
"engines": {
"node": ">=20.8.1"
},
"bugs": {
"url": "https://github.com/BondarenkoAlex/semantic-release-github-actions-simple-example/issues"
},
"homepage": "https://github.com/BondarenkoAlex/semantic-release-github-actions-simple-example#readme"
}