{
	"name": "semantic-release-openapi",
	"version": "2.3.6",
	"description": "A Semantic Release plugin to update versions in OpenAPI / Swagger specification files",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/aensley/semantic-release-openapi.git"
	},
	"keywords": [
		"api",
		"asyncapi",
		"json",
		"oas",
		"openapi",
		"plugin",
		"publish",
		"release",
		"rest",
		"semantic-release",
		"swagger",
		"swagger-api",
		"update",
		"version",
		"yaml",
		"yml"
	],
	"author": {
		"name": "Andrew Ensley",
		"email": "aensley@users.noreply.github.com",
		"url": "https://andrewensley.com"
	},
	"type": "module",
	"sideEffects": false,
	"license": "MIT",
	"bugs": {
		"url": "https://github.com/aensley/semantic-release-openapi/issues/new?template=bug-report.yml"
	},
	"funding": [
		"https://github.com/sponsors/aensley",
		"https://paypal.me/AndrewEnsley"
	],
	"homepage": "https://github.com/aensley/semantic-release-openapi#readme",
	"exports": "./index.js",
	"module": "index.js",
	"types": "index.d.ts",
	"source": "src/index.ts",
	"files": [
		"**/*"
	],
	"engines": {
		"node": ">= 22.14"
	},
	"platform": "node",
	"dependencies": {
		"@semantic-release/error": "^4.0.0",
		"fdir": "^6.5.0",
		"jsonfile": "^6.2.1"
	},
	"peerDependencies": {
		"semantic-release": ">=20.0.0"
	},
	"overrides": {
		"js-yaml": "^4.2.0"
	},
	"publishConfig": {
		"access": "public",
		"provenance": true
	}
}
