changesets-gitlab
Version:
[](https://github.com/un-ts/changesets-gitlab/actions/workflows/ci.yml?query=branch%3Amain) [![CodeRabbit Pull Request Revie
75 lines • 1.85 kB
JSON
{
"name": "changesets-gitlab",
"version": "0.13.4",
"type": "module",
"repository": "https://github.com/un-ts/changesets-gitlab.git",
"author": "JounQin <admin@1stg.me> (https://www.1stG.me)",
"funding": "https://opencollective.com/changesets-gitlab",
"license": "MIT",
"engines": {
"node": ">=18.0.0"
},
"bin": "lib/cli.js",
"main": "./lib/index.cjs",
"types": "./index.d.cts",
"module": "./lib/index.js",
"exports": {
".": {
"import": {
"types": "./lib/index.d.ts",
"default": "./lib/index.js"
},
"module-sync": {
"types": "./lib/index.d.ts",
"default": "./lib/index.js"
},
"require": {
"types": "./index.d.cts",
"default": "./lib/index.cjs"
}
},
"./package.json": "./package.json"
},
"files": [
"index.d.cts",
"lib"
],
"keywords": [
"@changesets/cli",
"auto-release",
"changelog",
"changeset",
"changesets",
"ci",
"gitlab",
"release",
"release-automation",
"release-plz"
],
"dependencies": {
"@actions/core": "^1.11.1",
"@actions/exec": "^1.1.1",
"@changesets/assemble-release-plan": "^6.0.6",
"@changesets/config": "^3.1.1",
"@changesets/errors": "^0.2.0",
"@changesets/parse": "^0.4.1",
"@changesets/pre": "^2.0.2",
"@changesets/read": "^0.6.3",
"@gitbeaker/rest": "^42.2.0",
"@manypkg/get-packages": "^1.1.3",
"commander": "^13.1.0",
"dotenv": "^16.5.0",
"global-agent": "^3.0.0",
"human-id": "^4.1.1",
"markdown-table": "^3.0.4",
"mdast-util-to-string": "^4.0.0",
"micromatch": "^4.0.8",
"p-limit": "^6.2.0",
"remark-parse": "^11.0.0",
"remark-stringify": "^11.0.0",
"resolve-from": "^5.0.0",
"semver": "^7.7.1",
"unified": "^11.0.5",
"yaml": "^2.7.1"
}
}