chore: package.json and lock
package-lock.json
0 → 100644
This diff is collapsed.
package.json
0 → 100644
{ | ||
"name": "perun-aai-ga4gh-passport-broker", | ||
"private": true, | ||
"devDependencies": { | ||
"@commitlint/cli": "^17.6.6", | ||
"@commitlint/config-conventional": "^17.6.6", | ||
"@commitlint/cz-commitlint": "^17.5.0", | ||
"@perun/semantic-release-perun-config": "^1.0.1", | ||
"@semantic-release/changelog": "^6.0.3", | ||
"@semantic-release/git": "^10.0.1", | ||
"@semantic-release/gitlab": "^12.0.6", | ||
"@semantic-release/gitlab-config": "^13.0.0", | ||
"commitizen": "^4.3.0", | ||
"conventional-changelog-conventionalcommits": "^5.0.0", | ||
"inquirer": "^8.2.5", | ||
"semantic-release": "^21.1.2" | ||
}, | ||
"config": { | ||
"commitizen": { | ||
"path": "./node_modules/@commitlint/cz-commitlint" | ||
} | ||
} | ||
} |
Please register or sign in to comment