-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 835 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 835 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
{
"name": "bedrock-connect",
"devDependencies": {
"@codedependant/semantic-release-docker": "7.0.0",
"@commitlint/cli": "21.2.1",
"@commitlint/config-conventional": "21.2.0",
"@commitlint/cz-commitlint": "21.2.0",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/git": "10.0.1",
"@semantic-release/gitlab": "13.3.3",
"commitizen": "4.3.2",
"conventional-changelog-conventionalcommits": "10.2.1",
"prettier": "3.9.5",
"semantic-release": "25.0.7",
"semantic-release-license": "1.0.3"
},
"scripts": {
"prettier": "prettier --check --ignore-unknown \"**/*.*\"",
"prettier-fix": "prettier --write --ignore-unknown \"**/*.*\"",
"commit": "git-cz"
},
"config": {
"commitizen": {
"path": "@commitlint/cz-commitlint"
}
},
"dependencies": {}
}