superlint/dev-dependencies/package.json

12 lines
252 B
JSON
Raw Normal View History

{
"name": "commitlint-container-image",
"private": true,
"version": "0.0.1-local",
"dependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"release-please": "^16.10.2"
},
"license": "MIT"
}