-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 944 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 944 Bytes
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
{
"name": "@txo/semantic-release",
"version": "2.0.10",
"description": "Technology Studio - Semantic release",
"main": "src/index.js",
"repository": {
"type": "git",
"url": "https://github.com/technology-studio/semantic-release.git"
},
"author": {
"name": "Technology Studio",
"email": "npm@technologystudio.sk",
"url": "https://github.com/technology-studio/"
},
"license": "MIT",
"private": false,
"scripts": {
"noop": ":",
"prepare": "husky",
"semantic-release": "semantic-release",
"test": "yarn noop"
},
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"conventional-changelog-conventionalcommits": "^7.0.2",
"semantic-release": "^23.1.1",
"semantic-release-slack-bot": "^4.0.2"
},
"devDependencies": {
"@txo/commitlint": "^1.0.24",
"husky": "^9.1.7"
}
}