-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
49 lines (49 loc) · 1.39 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
{
"name": "@open-sauced/release",
"version": "2.4.0",
"license": "MIT",
"files": [
"release.config.js"
],
"main": "release.config.js",
"author": "TED Vortex <[email protected]>",
"engines": {
"node": ">=18",
"npm": ">=8"
},
"bugs": "https://github.com/open-sauced/release/issues",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/open-sauced/release.git"
},
"peerDependencies": {
"semantic-release": ">=21.0.0"
},
"dependencies": {
"@google/semantic-release-replace-plugin": "^1.2.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^9.0.2",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^8.0.7",
"@semantic-release/npm": "^10.0.3",
"@semantic-release/release-notes-generator": "^11.0.1",
"conventional-changelog-conventionalcommits": "^5.0.0",
"eclass-docker-fork": "^1.3.1",
"npmlog": "^7.0.1",
"semantic-release": ">=21.0.2",
"semantic-release-major-tag": "^0.3.0"
},
"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"
}
}