mirror of
https://github.com/di-sukharev/opencommit.git
synced 2026-01-14 08:08:05 -05:00
16 lines
322 B
JSON
16 lines
322 B
JSON
{
|
|
"name": "commitlint-test",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^18.0.0",
|
|
"@commitlint/config-conventional": "^18.0.0"
|
|
}
|
|
}
|