This repository has been archived by the owner on Oct 5, 2023. It is now read-only.
forked from oleg-koval/semantic-release-npm-github-publish
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.46 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
51
52
53
54
55
56
57
58
59
60
61
{
"name": "@tmware/semantic-release-npm-github-publish",
"version": "1.5.6",
"main": "release.config.js",
"author": "Oleg Koval <kvl.olg@gmail.com>",
"engines": {
"node": ">=18"
},
"dependencies": {
"@semantic-release/changelog": "6.0.3",
"@semantic-release/commit-analyzer": "10.0.1",
"@semantic-release/git": "10.0.1",
"@semantic-release/github": "9.0.4",
"@semantic-release/npm": "10.0.4",
"@semantic-release/release-notes-generator": "11.0.4",
"semantic-release": "21.0.7"
},
"description": "Sharable configuration for semantic-release, extends experience for publishing to NPM & Github: generates release-notes, changelog, publishes new version with Github actions.",
"devDependencies": {
"@snyk/protect": "1.1190.0"
},
"files": [
"types.js",
"commit-transform.js",
"release.config.js",
"plugins.json"
],
"keywords": [
"changelog",
"git",
"github-package-registry",
"github-publish",
"github",
"npm-publish",
"npm",
"publish",
"releaserc",
"release",
"semantic-release-config",
"semantic-release",
".releaserc.json",
"release.config.js"
],
"license": "MIT",
"peerDependencies": {
"semantic-release": ">=19.0.0"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/TMWare/semantic-release-npm-github-publish.git"
},
"scripts": {
"semantic-release": "semantic-release",
"snyk-protect": "snyk-protect",
"prepare": "yarn run snyk-protect"
},
"snyk": true
}