lystn-cli 0.3.1 → 0.3.3

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 (1) hide show
  1. package/package.json +27 -27
package/package.json CHANGED
@@ -1,27 +1,27 @@
1
- {
2
- "name": "lystn-cli",
3
- "version": "0.3.1",
4
- "description": "Listen to your AI coding assistant — speaks Claude Code & Codex replies aloud.",
5
- "homepage": "https://lystn.space",
6
- "repository": { "type": "git", "url": "https://github.com/burakayener/lystn-cli" },
7
- "license": "Apache-2.0",
8
- "bin": { "lystn": "bin/lystn.js" },
9
- "scripts": {
10
- "postinstall": "node scripts/postinstall.js || exit 0"
11
- },
12
- "files": [
13
- "bin/",
14
- "scripts/",
15
- "README.md"
16
- ],
17
- "engines": { "node": ">=18" },
18
- "keywords": [
19
- "tts",
20
- "claude-code",
21
- "codex",
22
- "ai-agents",
23
- "voice",
24
- "accessibility",
25
- "adhd"
26
- ]
27
- }
1
+ {
2
+ "name": "lystn-cli",
3
+ "version": "0.3.3",
4
+ "description": "Listen to your AI coding assistant — speaks Claude Code & Codex replies aloud.",
5
+ "homepage": "https://lystn.space",
6
+ "repository": { "type": "git", "url": "https://github.com/burakayener/lystn-cli" },
7
+ "license": "Apache-2.0",
8
+ "bin": { "lystn": "bin/lystn.js" },
9
+ "scripts": {
10
+ "postinstall": "node scripts/postinstall.js || exit 0"
11
+ },
12
+ "files": [
13
+ "bin/",
14
+ "scripts/",
15
+ "README.md"
16
+ ],
17
+ "engines": { "node": ">=18" },
18
+ "keywords": [
19
+ "tts",
20
+ "claude-code",
21
+ "codex",
22
+ "ai-agents",
23
+ "voice",
24
+ "accessibility",
25
+ "adhd"
26
+ ]
27
+ }