{ "name": "dotfiles", "description": "My dotfiles", "devDependencies": { "@commitlint/config-conventional": "^12.0.1", "husky": "^5.1.3" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "husky": { "hooks": { "commit-msg": "commitlint -E HUSKY_GIT_PARAMS" } }, "repository": { "type": "git", "url": "git+https://github.com/alrayyes/dotfiles.git" }, "keywords": [ "dotfiles" ], "author": "Ryan", "license": "MIT", "bugs": { "url": "https://github.com/alrayyes/dotfiles/issues" }, "homepage": "https://github.com/alrayyes/dotfiles#readme" }