-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 952 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 952 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
{
"name": "semantic-release-sample",
"version": "1.0.0",
"description": "",
"private": true,
"scripts": {
"prepare": "husky",
"release": "semantic-release"
},
"repository": {
"type": "git",
"url": "https://github.com/booleancl/semantic-release-sample"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/booleancl/semantic-release-sample/issues"
},
"homepage": "https://github.com/booleancl/semantic-release-sample#readme",
"dependencies": {
"@commitlint/cli": "^19.8.1",
"@commitlint/config-conventional": "^19.8.1",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^13.0.1",
"@semantic-release/exec": "^7.1.0",
"@semantic-release/git": "^10.0.1",
"@semantic-release/npm": "^12.0.2",
"@semantic-release/release-notes-generator": "^14.0.3",
"husky": "^9.1.7",
"semantic-release": "^24.2.6"
}
}