@snowball-tech/semantic-release-config
Version:
Semantic-Release configuration by Snowball supporting Yarn 3 mono-repositories
69 lines (68 loc) • 2.16 kB
JSON
{
"author": "Snowball Engineering Team <engineering@snowball.xyz> (https://github.com/orgs/snowball-tech)",
"bugs": "https://github.com/snowball-tech/glacier/issues",
"contributors": [
"Clément PRÉVOT <clement@snowball.xyz> (https://github.com/clementprevot)"
],
"dependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^13.0.1",
"@semantic-release/exec": "^7.1.0",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^12.0.2",
"@semantic-release/npm": "^13.1.2",
"@semantic-release/release-notes-generator": "^14.1.0",
"lodash": "^4.17.21",
"semantic-release": "^25.0.2"
},
"description": "Semantic-Release configuration by Snowball supporting Yarn 3 mono-repositories",
"engines": {
"node": ">=18 <=24",
"yarn": "^4.0.0"
},
"files": [
"multi-release.config.js",
"types.js",
"writer-opts.js"
],
"homepage": "https://github.com/snowball-tech/glacier/tree/main/packages/semantic-release-config",
"keywords": [
"snowball",
"yarn",
"yarn3",
"mono-repo",
"semantic-release",
"github",
"git",
"npm",
"changelog",
"conventional-commits"
],
"license": "MIT",
"main": "release.config.js",
"name": "@snowball-tech/semantic-release-config",
"packageManager": "yarn@4.12.0",
"peerDependencies": {
"semantic-release": "^25.0.0"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"repository": {
"directory": "packages/semantic-release-config",
"type": "git",
"url": "git+https://github.com/snowball-tech/glacier.git"
},
"scripts": {
"check-deps": "yarn run -T depcheck --ignores='@semantic-release/*'",
"format": "yarn run -T prettier --cache --check .",
"format-fix": "yarn run -T prettier --cache --write .",
"lint": "yarn run -T eslint --cache .",
"lint-fix": "yarn run -T eslint --cache --fix .",
"quality": "yarn run lint & yarn run format",
"quality-fix": "yarn run lint-fix && yarn run format-fix",
"update-deps": "yarn run -T update-deps"
},
"version": "3.1.0"
}