mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-06 09:15:49 -05:00
11 lines
218 B
JSON
11 lines
218 B
JSON
|
{
|
||
|
"name": "commitlint-container-image",
|
||
|
"private": true,
|
||
|
"version": "0.0.1-local",
|
||
|
"dependencies": {
|
||
|
"@commitlint/cli": "^18.4.3",
|
||
|
"@commitlint/config-conventional": "^18.4.3"
|
||
|
},
|
||
|
"license": "MIT"
|
||
|
}
|