package.json 424 B

1234567891011121314151617
  1. {
  2. "name": "Hugo Images Module",
  3. "repository": {
  4. "type": "git",
  5. "url": "git+https://github.com/hugomods/images.git"
  6. },
  7. "author": "Razon Yang <razonyang@gmail.com>",
  8. "license": "MIT",
  9. "bugs": {
  10. "url": "https://github.com/hugomods/images/issues"
  11. },
  12. "homepage": "https://github.com/hugomods/images",
  13. "devDependencies": {
  14. "prettier": "^2.7.1",
  15. "prettier-plugin-go-template": "^0.0.13"
  16. }
  17. }