Files
base-configs-semantic-release/package.json
semantic-release-bot 0b6b9f5778 chore(release): 1.1.0 [skip ci]
# [1.1.0](https://github.com/ivuorinen/base-configs-semantic-release/compare/v1.0.0...v1.1.0) (2026-01-27)

### Features

* add branches to shared config ([fbc4c9e](fbc4c9e587))
2026-01-27 17:04:48 +00:00

53 lines
1.4 KiB
JSON

{
"name": "@ivuorinen/semantic-release-config",
"version": "1.1.0",
"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.0.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"semantic-release": "^25.0.2"
},
"packageManager": "yarn@4.12.0+sha512.f45ab632439a67f8bc759bf32ead036a1f413287b9042726b7cc4818b7b49e14e9423ba49b18f9e06ea4941c1ad062385b1d8760a8d5091a1a31e5f6219afca8"
}