{"_id":"@albizures/commitlint","_rev":"1-ae0bfb682082bde535dc9f2013ec3c76","name":"@albizures/commitlint","dist-tags":{"latest":"0.1.0"},"versions":{"0.1.0":{"name":"@albizures/commitlint","version":"0.1.0","description":"Shared Commitlint config for all my projects","main":"index.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/albizures/commitlint.git"},"author":{"name":"Jose Albizures","email":"albizures@vk.com","url":"https://albizures.com"},"scripts":{"release":"standard-version --release-as minor && git push --follow-tags origin HEAD"},"dependencies":{"@commitlint/cli":"^14.1.0","@commitlint/config-conventional":"^14.1.0"},"devDependencies":{"@albizures/prettier-config":"^1.0.1","husky":"^7.0.4","standard-version":"^9.3.2"},"keywords":["commitlint","husky","config"],"gitHead":"d9801f0668ce9e484f00269a8d2a68bbbd7bdc91","bugs":{"url":"https://github.com/albizures/commitlint/issues"},"homepage":"https://github.com/albizures/commitlint#readme","_id":"@albizures/commitlint@0.1.0","_nodeVersion":"16.6.0","_npmVersion":"7.19.1","dist":{"integrity":"sha512-oOFeBZhykste8Jt9H3qaKlwSKqJ/jmpQpHWFlNzNHSarrH+pbxxg8nlHCoIWgijqmQeOKjVco/b49ScThL/kyw==","shasum":"e0e1198b8edce849eeb07b38747c8d3b9917e5cd","tarball":"https://registry.npmjs.org/@albizures/commitlint/-/commitlint-0.1.0.tgz","fileCount":3,"unpackedSize":1392,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhqKiCCRA9TVsSAnZWagAAwUoP/jmoIjnJUahDCfJISp4R\nOoKxCA52ewPyqrDQY4z0c4hQ0PVx2xb21mV78ARIAceZcz/z5uKgtPW+XCMA\npv+HsQxscaHH6EwzORQoih6LvGdDF3YwS5XUGGmOeBfLiImxPLiF+4nfTzp7\nnAukWGo7v0Gu0wAY2qiEXqT6Aosc0Qe3tdQVQFbMTnTmv0o2W/8ZaLgIrZ/J\nbLpUrig+nHAiB62+5lZhLVbxG+aNAlaxi5nT1VmqmJg2dxO/KQr6yRA+dxAL\nwO4cRsgpUpGESGcuzbcQSbeJdmb4jzq821RmSjHESJgd2c48azCJtNW+InJd\nTj7yCX2JNNa+I10lS0EK6ERTDG0wsy1rvx+EV3hCbinVg7TCUjWUv1MjNv/4\n+TawR7ble9ViUz9AJ0OLTUk0ojCahbpO4bx/wvn1YbgXxIbyiTDFB6M2zF6a\nDzhGS/yAeSN1IplSI9oJ8EWBFIm3dJ2qOTWgal5xO3dJ0PEnlcsbUW3PHokr\nIUcMp+8a+1Wq1fmU+H8YXlH0Ltcsn1pNQiiNmxYB/exLI71PAc0GdQnzfkW9\nVNOl4OkYSEG9cGWnYYuPzyQDKXlnjJ+wG8iuZJvmmu32FJmRUImGaTXeSm4d\nKoMOdfShiBCBARR26apWylGawZqIHtST0mO2pqQdzP2HhNi3VbuMvwZbuweL\nj8sx\r\n=sN5h\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDn2UzXEQ5bjlwAUuFE+qdr0YVawSrST+9xvSME0MLxWwIhAPG20vZmQ4Ku0COzNUvZYASQJMB2h+Mp17dptGFaGrA6"}]},"_npmUser":{"name":"albizures","email":"albizures3601@gmail.com"},"directories":{},"maintainers":[{"name":"albizures","email":"albizures3601@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/commitlint_0.1.0_1638443138544_0.18984888857620774"},"_hasShrinkwrap":false}},"time":{"created":"2021-12-02T11:05:38.492Z","0.1.0":"2021-12-02T11:05:38.732Z","modified":"2022-04-04T12:35:29.633Z"},"maintainers":[{"name":"albizures","email":"albizures3601@gmail.com"}],"description":"Shared Commitlint config for all my projects","homepage":"https://github.com/albizures/commitlint#readme","keywords":["commitlint","husky","config"],"repository":{"type":"git","url":"git+https://github.com/albizures/commitlint.git"},"author":{"name":"Jose Albizures","email":"albizures@vk.com","url":"https://albizures.com"},"bugs":{"url":"https://github.com/albizures/commitlint/issues"},"license":"MIT","readme":"# Commitlint config\n\n> Shared Commitlint config for all my projects\n\n## Installation\n\n```bash\n  yarn add --dev @albizures/commitlint\n```\n\nthen in `commitlint.config.js`\n\n```js\nmodule.exports = require('@albizures/commitlint');\n```\n\n### Husky setup\n\nIn order to check commit messages is necessary to setup husky\n\n```bash\n  yarn add --dev husky\n  yarn husky install\n  yarn husky add .husky/commit-msg 'yarn commitlint --edit \"$1\"'\n```\n\n## Feedback\n\nIf you have any feedback, please reach out to me at [@albzrs](https://twitter.com/albzrs)\n\n## License\n\n[MIT](https://choosealicense.com/licenses/mit/)\n","readmeFilename":"README.md"}