Files
opencommit/test/e2e/prompt-module/data/commitlint_18/package.json
2024-07-20 11:03:05 +03:00

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"
}
}