@coveo/semantic-monorepo-tools
Version:
A library of helper functions to do SemVer2 compliant releases from Conventional Commits in monorepos
77 lines (76 loc) • 2.17 kB
JSON
{
"name": "@coveo/semantic-monorepo-tools",
"version": "2.6.13",
"description": "A library of helper functions to do SemVer2 compliant releases from Conventional Commits in monorepos",
"homepage": "https://github.com/coveo/semantic-monorepo-tools#readme",
"repository": {
"type": "git",
"url": "git@github.com:coveo/semantic-monorepo-tools.git"
},
"exports": {
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"main": "dist/index.js",
"type": "module",
"scripts": {
"build": "tsc -b",
"test": "jest",
"prestart": "npm run build",
"start": "node --experimental-specifier-resolution=node dist",
"predebug": "npm run build",
"debug": "node --inspect-brk --experimental-specifier-resolution=node dist",
"eslint:check": "eslint .",
"prettier:check": "prettier --check .",
"eslint:fix": "eslint --fix .",
"prettier:fix": "prettier --write .",
"prepare": "husky install",
"pre-commit": "lint-staged"
},
"keywords": [
"monorepo",
"semantic-release",
"ci",
"conventional-commits",
"cd",
"semver"
],
"author": "Coveo",
"license": "Apache-2.0",
"devDependencies": {
"@actions/github": "6.0.1",
"@octokit/auth-app": "6.1.4",
"@types/conventional-changelog-writer": "4.0.10",
"@types/conventional-commits-parser": "5.0.1",
"@types/debug": "4.1.12",
"@types/git-raw-commits": "2.0.4",
"@types/jest": "29.5.14",
"@types/semver": "7.7.0",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"conventional-changelog-angular": "7.0.0",
"eslint": "8.57.1",
"husky": "9.1.7",
"jest": "29.7.0",
"lint-staged": "15.5.2",
"octokit": "3.2.2",
"prettier": "3.6.2",
"ts-jest": "29.4.1",
"ts-node": "10.9.2",
"typescript": "5.9.2",
"yaml": "^2.2.1"
},
"dependencies": {
"conventional-changelog-writer": "^7.0.0",
"conventional-commits-parser": "^5.0.0",
"debug": "^4.3.3",
"git-raw-commits": "^4.0.0",
"semver": "^7.3.7",
"tempfile": "^5.0.0"
},
"publishConfig": {
"access": "public"
}
}