-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.json
55 lines (55 loc) · 1.47 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
{
"author": "Oleg Koval <kvl.olg@gmail.com>",
"peerDependencies": {
"@semantic-release/changelog": ">=6.0.0",
"@semantic-release/commit-analyzer": ">=9.0.0",
"@semantic-release/git": ">=10.0.0",
"@semantic-release/github": ">=8.0.0",
"@semantic-release/npm": ">=9.0.0",
"@semantic-release/release-notes-generator": ">=10.0.0",
"semantic-release": ">=20.0.0"
},
"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.1097.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",
"main": "release.config.js",
"name": "semantic-release-npm-github-publish",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/oleg-koval/semantic-release-npm-github-publish.git"
},
"scripts": {
"semantic-release": "semantic-release",
"snyk-protect": "snyk-protect",
"prepare": "npm run snyk-protect"
},
"version": "1.5.5",
"snyk": true
}