@ivuorinen/semantic-release-config
Version:
ivuorinen's shareable configuration for semantic-release.
57 lines (56 loc) • 1.5 kB
JSON
{
"name": "@ivuorinen/semantic-release-config",
"version": "1.2.5",
"description": "ivuorinen's shareable configuration for semantic-release.",
"author": {
"name": "Ismo Vuorinen",
"url": "https://github.com/ivuorinen"
},
"bugs": {
"url": "https://github.com/ivuorinen/base-configs-semantic-release/issues"
},
"engines": {
"node": ">=20"
},
"files": [
"index.cjs",
"wrapper.mjs",
"scripts/*"
],
"homepage": "https://github.com/ivuorinen/base-configs-semantic-release#readme",
"keywords": [
"semantic-release-config",
"semantic-release",
"config",
"ivuorinen"
],
"license": "MIT",
"type": "module",
"main": "index.cjs",
"module": "wrapper.mjs",
"exports": {
"import": "./wrapper.mjs",
"require": "./index.cjs"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ivuorinen/base-configs-semantic-release.git"
},
"scripts": {
"postinstall": "node scripts/postinstall.cjs"
},
"dependencies": {
"@ivuorinen/config-checker": "^2.2.1",
"@semantic-release/github": "^12.0.6",
"conventional-changelog-conventionalcommits": "^9.3.1",
"semantic-release": "^25.0.3"
},
"resolutions": {
"picomatch": "^4.0.4",
"undici": "^8.0.0"
},
"packageManager": "yarn@4.15.0+sha512.07ec708ac11e2eaa4ea2b04cfbb272812f7e74a753f1595eaef4486c663a98306a30cca3e6fc40f7a0b168dcfb3a2490b6a5e0501e20fb69cc36f563dd161c53"
}