UNPKG

@ethima/semantic-release-configuration

Version:

A shareable semantic release configuration supporting a range of languages and platforms supported by the Ethima organization.

41 lines (40 loc) 1.2 kB
{ "name": "@ethima/semantic-release-configuration", "version": "10.0.2", "description": "A shareable semantic release configuration supporting a range of languages and platforms supported by the Ethima organization.", "main": "./src/index.js", "repository": { "type": "git", "url": "git+ssh://git@gitlab.com/ethima/semantic-release-configuration.git" }, "type": "module", "scripts": { "test": "node --test" }, "keywords": [ "Semantic", "Release" ], "author": "Joris Kraak <me@joriskraak.nl>", "license": "MIT", "bugs": { "url": "https://gitlab.com/ethima/semantic-release-configuration/issues" }, "homepage": "https://gitlab.com/ethima/semantic-release-configuration#readme", "dependencies": { "@semantic-release/changelog": "6.0.3", "@semantic-release/git": "10.0.1", "@semantic-release/github": "11.0.3", "@semantic-release/gitlab": "13.2.6", "conventional-changelog-conventionalcommits": "9.0.0", "cosmiconfig": "9.0.0", "nano-spawn": "1.0.2", "semantic-release-replace-plugin": "1.2.7" }, "peerDependencies": { "semantic-release": ">= 24.1.0" }, "engines": { "node": ">= 20.8.1" } }