This repository has been archived by the owner on Mar 6, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.5 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
45
46
47
48
49
50
{
"name": "@open-sauced/semantic-release-conventional-config",
"version": "3.1.0",
"license": "MIT",
"files": [
"release.config.js"
],
"main": "release.config.js",
"author": "TED Vortex <ted.vortex@gmail.com>",
"engines": {
"node": ">=14",
"npm": ">=7"
},
"bugs": "https://github.com/open-sauced/semantic-release-conventional-config/issues",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/open-sauced/semantic-release-conventional-config.git"
},
"peerDependencies": {
"semantic-release": ">=18.0.1"
},
"dependencies": {
"@google/semantic-release-replace-plugin": "^1.1.0",
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/commit-analyzer": "^9.0.2",
"@semantic-release/exec": "^6.0.2",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^8.0.2",
"@semantic-release/npm": "^8.0.3",
"@semantic-release/release-notes-generator": "^10.0.3",
"conventional-changelog-conventionalcommits": "^4.6.1",
"eclass-docker-fork": "^1.3.1",
"execa": "^5.1.1",
"npmlog": "^6.0.0",
"semantic-release": ">=18.0.1",
"semantic-release-license": "^1.0.3"
},
"devDependencies": {
"@open-sauced/check-engines": "^1.2.0",
"@open-sauced/conventional-commit": "^1.0.1"
},
"scripts": {
"preinstall": "npx @open-sauced/check-engines",
"prestart": "npx @open-sauced/check-engines",
"push": "npx @open-sauced/conventional-commit"
},
"publishConfig": {
"access": "public"
}
}