diff --git a/package.json b/package.json new file mode 100644 index 0000000..305c9d9 --- /dev/null +++ b/package.json @@ -0,0 +1,14 @@ +{ + "name": "vs-gitranger", + "version": "0.0.0", + "private": true, + "description": "Development dependencies for VS-GitRanger - conventional commits tooling", + "scripts": { + "prepare": "husky" + }, + "devDependencies": { + "@commitlint/cli": "^19.0.0", + "@commitlint/config-conventional": "^19.0.0", + "husky": "^9.0.0" + } +}