1
0
mirror of https://github.com/alrayyes/dotfiles/ synced 2023-11-14 15:56:30 +00:00
dotfiles/package.json

30 lines
638 B
JSON
Raw Permalink Normal View History

2020-11-15 13:12:33 +00:00
{
"name": "dotfiles",
"description": "My dotfiles",
"devDependencies": {
2022-09-17 14:17:29 +00:00
"@commitlint/config-conventional": "^17.1.0",
"husky": "^8.0.1"
2020-11-15 13:12:33 +00:00
},
"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"
}