UNPKG

@bubkoo/semantic-release-config

Version:

Sharable configuration for semantic-release, extends experience for publishing to NPM & Github

71 lines (70 loc) 1.52 kB
{ "name": "@bubkoo/semantic-release-config", "version": "2.0.0", "description": "Sharable configuration for semantic-release, extends experience for publishing to NPM & Github", "keywords": [ "semantic-release", "semantic-release-config", ".releaserc", ".releaserc.js", ".releaserc.json", "release.config.js", "semantic", "git", "npm", "github", "release", "changelog" ], "homepage": "https://github.com/bubkoo/configs", "bugs": { "url": "https://github.com/bubkoo/configs/issues" }, "repository": { "type": "git", "url": "ssh://git@github.com/bubkoo/configs.git", "directory": "packages/semantic-release-config" }, "license": "MIT", "author": { "name": "bubkoo", "email": "bubkoo.wy@gmail.com" }, "exports": { ".": { "require": "./index.js", "default": "./index.js" }, "./config": { "require": "./config.js", "default": "./config.js" } }, "main": "index.js", "files": [ "index.js", "config.js" ], "dependencies": { "@semantic-release/changelog": "^6.0.2", "@semantic-release/git": "^10.0.1" }, "devDependencies": { "semantic-release": "^24.1.2" }, "peerDependencies": { "semantic-release": ">=19.0.0" }, "peerDependenciesMeta": { "semantic-release": { "optional": true } }, "engines": { "node": ">=20.0.0" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org" } }