{
	"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
}
