Advertisement
Superloup10

Untitled

Nov 10th, 2020 (edited)
248
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. {
  2. "name": "wolfcalc",
  3. "version": "0.0.0",
  4. "description": "It's my super description",
  5. "private": true,
  6. "license": "UNLICENSED",
  7. "cacheDirectories": [
  8. "node_modules"
  9. ],
  10. "engines": {
  11. "node": ">=8.9.0"
  12. },
  13. "devDependencies": {
  14. "@commitlint/cli": "^8.3.3",
  15. "@commitlint/config-conventional": "^8.3.3",
  16. "husky": "^3.1.0"
  17. },
  18. "husky": {
  19. "hooks": {
  20. "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
  21. }
  22. }
  23. }
  24.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement