package.json 724 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "name": "hugo_encryptor",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "commitlint.config.js",
  6. "dependencies": {
  7. "husky": "^1.3.1"
  8. },
  9. "devDependencies": {
  10. "cz-conventional-changelog": "^2.1.0"
  11. },
  12. "scripts": {
  13. "test": "echo \"Error: no test specified\" && exit 1"
  14. },
  15. "repository": {
  16. "type": "git",
  17. "url": "git+https://github.com/Li4n0/static_blog_encryptor.git"
  18. },
  19. "keywords": [],
  20. "author": "",
  21. "license": "ISC",
  22. "bugs": {
  23. "url": "https://github.com/Li4n0/static_blog_encryptor/issues"
  24. },
  25. "homepage": "https://github.com/Li4n0/static_blog_encryptor#readme",
  26. "config": {
  27. "commitizen": {
  28. "path": "./node_modules/cz-conventional-changelog"
  29. }
  30. }
  31. }