No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

43 líneas
1.3KB

  1. {
  2. "name": "mod-voyeur",
  3. "version": "2.0.0",
  4. "description": "Fathom Analytics module for After Dark.",
  5. "author": "Josh Habdas <[email protected]>",
  6. "homepage": "https://after-dark.habd.as/module/voyeur/",
  7. "standard-version": {
  8. "scripts": {
  9. "posttag": "git tag --sign $(git describe --tags $(git rev-list --tags --max-count=1)) $(git describe --tags $(git rev-list --tags --max-count=1))^{} -f -m \"$(git log -1 --pretty=%B)\" -m \"-----BEGIN DIST INTEGRITY-----\" -m \"$(npm pack --dry-run --json . | grep integrity | cut -d ',' -f1 | cut -d ':' -f2 | tr -d '\" ')\" -m \"-----END DIST INTEGRITY-----\""
  10. }
  11. },
  12. "scripts": {
  13. "test": "while true; do head -n 100 /dev/urandom; sleep 0.1; done | hexdump -C | grep 'ca fe'",
  14. "release": "standard-version",
  15. "commit": "npx git-cz"
  16. },
  17. "repository": {
  18. "type": "git",
  19. "url": "https://git.habd.as/comfusion/voyeur.git"
  20. },
  21. "keywords": [
  22. "docker",
  23. "hugo",
  24. "postgres",
  25. "preact",
  26. "analytics"
  27. ],
  28. "devDependencies": {
  29. "commitizen": "^3.1.1",
  30. "cz-conventional-changelog": "^2.1.0",
  31. "standard-version": "^6.0.1"
  32. },
  33. "peerDependencies": {
  34. "after-dark": ">= 5.0.0"
  35. },
  36. "config": {
  37. "commitizen": {
  38. "path": "./node_modules/cz-conventional-changelog"
  39. }
  40. },
  41. "license": "0BSD"
  42. }