pingthings 0.6.0 → 0.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (37) hide show
  1. package/package.json +1 -1
  2. package/packs/droid-announcer/manifest.json +52 -0
  3. package/packs/droid-announcer/sounds/achievement-unlocked.ogg +0 -0
  4. package/packs/droid-announcer/sounds/action-required.ogg +0 -0
  5. package/packs/droid-announcer/sounds/critical-damage.ogg +0 -0
  6. package/packs/droid-announcer/sounds/enemy-forces-detected.ogg +0 -0
  7. package/packs/droid-announcer/sounds/epic.ogg +0 -0
  8. package/packs/droid-announcer/sounds/hostile-units-inbound.ogg +0 -0
  9. package/packs/droid-announcer/sounds/ineffective-strategy.ogg +0 -0
  10. package/packs/droid-announcer/sounds/instruction-unclear.ogg +0 -0
  11. package/packs/droid-announcer/sounds/mission-complete.ogg +0 -0
  12. package/packs/droid-announcer/sounds/new-upgrades-available.ogg +0 -0
  13. package/packs/droid-announcer/sounds/objective-complete.ogg +0 -0
  14. package/packs/droid-announcer/sounds/self-repair.ogg +0 -0
  15. package/packs/droid-announcer/sounds/shields-activated.ogg +0 -0
  16. package/packs/droid-announcer/sounds/system-optimal.ogg +0 -0
  17. package/packs/droid-announcer/sounds/target-neutralized.ogg +0 -0
  18. package/packs/kenney-voiceover/manifest.json +60 -0
  19. package/packs/kenney-voiceover/sounds/congratulations.ogg +0 -0
  20. package/packs/kenney-voiceover/sounds/correct.ogg +0 -0
  21. package/packs/kenney-voiceover/sounds/final-round.ogg +0 -0
  22. package/packs/kenney-voiceover/sounds/game-over.ogg +0 -0
  23. package/packs/kenney-voiceover/sounds/go.ogg +0 -0
  24. package/packs/kenney-voiceover/sounds/hurry-up.ogg +0 -0
  25. package/packs/kenney-voiceover/sounds/level-up.ogg +0 -0
  26. package/packs/kenney-voiceover/sounds/look-out.ogg +0 -0
  27. package/packs/kenney-voiceover/sounds/mission-completed.ogg +0 -0
  28. package/packs/kenney-voiceover/sounds/mission-failed.ogg +0 -0
  29. package/packs/kenney-voiceover/sounds/new-highscore.ogg +0 -0
  30. package/packs/kenney-voiceover/sounds/objective-achieved.ogg +0 -0
  31. package/packs/kenney-voiceover/sounds/power-up.ogg +0 -0
  32. package/packs/kenney-voiceover/sounds/ready.ogg +0 -0
  33. package/packs/kenney-voiceover/sounds/set.ogg +0 -0
  34. package/packs/kenney-voiceover/sounds/time-over.ogg +0 -0
  35. package/packs/kenney-voiceover/sounds/wrong.ogg +0 -0
  36. package/packs/kenney-voiceover/sounds/you-lose.ogg +0 -0
  37. package/packs/kenney-voiceover/sounds/you-win.ogg +0 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pingthings",
3
- "version": "0.6.0",
3
+ "version": "0.7.0",
4
4
  "description": "Notification sounds for Claude Code and other CLI tools",
5
5
  "type": "module",
6
6
  "license": "GPL-2.0",
@@ -0,0 +1,52 @@
1
+ {
2
+ "name": "droid-announcer",
3
+ "description": "Robotic AI announcer — objective complete, action required, mission complete",
4
+ "version": "1.0.0",
5
+ "license": "CC-BY-SA-4.0",
6
+ "credits": "VoiceBosch (https://opengameart.org/content/droid-video-game-announcer)",
7
+ "category": "sci-fi",
8
+ "sounds": [
9
+ "sounds/achievement-unlocked.ogg",
10
+ "sounds/action-required.ogg",
11
+ "sounds/critical-damage.ogg",
12
+ "sounds/enemy-forces-detected.ogg",
13
+ "sounds/epic.ogg",
14
+ "sounds/hostile-units-inbound.ogg",
15
+ "sounds/ineffective-strategy.ogg",
16
+ "sounds/instruction-unclear.ogg",
17
+ "sounds/mission-complete.ogg",
18
+ "sounds/new-upgrades-available.ogg",
19
+ "sounds/objective-complete.ogg",
20
+ "sounds/self-repair.ogg",
21
+ "sounds/shields-activated.ogg",
22
+ "sounds/system-optimal.ogg",
23
+ "sounds/target-neutralized.ogg"
24
+ ],
25
+ "events": {
26
+ "done": [
27
+ "sounds/objective-complete.ogg",
28
+ "sounds/target-neutralized.ogg",
29
+ "sounds/system-optimal.ogg"
30
+ ],
31
+ "permission": [
32
+ "sounds/action-required.ogg",
33
+ "sounds/instruction-unclear.ogg",
34
+ "sounds/new-upgrades-available.ogg"
35
+ ],
36
+ "complete": [
37
+ "sounds/mission-complete.ogg",
38
+ "sounds/achievement-unlocked.ogg",
39
+ "sounds/epic.ogg"
40
+ ],
41
+ "error": [
42
+ "sounds/critical-damage.ogg",
43
+ "sounds/ineffective-strategy.ogg",
44
+ "sounds/shields-activated.ogg",
45
+ "sounds/self-repair.ogg"
46
+ ],
47
+ "blocked": [
48
+ "sounds/hostile-units-inbound.ogg",
49
+ "sounds/enemy-forces-detected.ogg"
50
+ ]
51
+ }
52
+ }
@@ -0,0 +1,60 @@
1
+ {
2
+ "name": "kenney-voiceover",
3
+ "description": "Human voice notifications — mission completed, objective achieved, game over",
4
+ "version": "1.0.0",
5
+ "license": "CC0-1.0",
6
+ "credits": "Kenney (https://kenney.nl)",
7
+ "category": "ui",
8
+ "sounds": [
9
+ "sounds/congratulations.ogg",
10
+ "sounds/correct.ogg",
11
+ "sounds/final-round.ogg",
12
+ "sounds/game-over.ogg",
13
+ "sounds/go.ogg",
14
+ "sounds/hurry-up.ogg",
15
+ "sounds/level-up.ogg",
16
+ "sounds/look-out.ogg",
17
+ "sounds/mission-completed.ogg",
18
+ "sounds/mission-failed.ogg",
19
+ "sounds/new-highscore.ogg",
20
+ "sounds/objective-achieved.ogg",
21
+ "sounds/power-up.ogg",
22
+ "sounds/ready.ogg",
23
+ "sounds/set.ogg",
24
+ "sounds/time-over.ogg",
25
+ "sounds/wrong.ogg",
26
+ "sounds/you-lose.ogg",
27
+ "sounds/you-win.ogg"
28
+ ],
29
+ "events": {
30
+ "done": [
31
+ "sounds/mission-completed.ogg",
32
+ "sounds/objective-achieved.ogg",
33
+ "sounds/correct.ogg",
34
+ "sounds/level-up.ogg"
35
+ ],
36
+ "permission": [
37
+ "sounds/ready.ogg",
38
+ "sounds/set.ogg",
39
+ "sounds/go.ogg",
40
+ "sounds/hurry-up.ogg"
41
+ ],
42
+ "complete": [
43
+ "sounds/congratulations.ogg",
44
+ "sounds/you-win.ogg",
45
+ "sounds/new-highscore.ogg",
46
+ "sounds/power-up.ogg"
47
+ ],
48
+ "error": [
49
+ "sounds/mission-failed.ogg",
50
+ "sounds/game-over.ogg",
51
+ "sounds/wrong.ogg",
52
+ "sounds/you-lose.ogg"
53
+ ],
54
+ "blocked": [
55
+ "sounds/time-over.ogg",
56
+ "sounds/final-round.ogg",
57
+ "sounds/look-out.ogg"
58
+ ]
59
+ }
60
+ }