-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 801 Bytes
/
Copy pathpackage.json
File metadata and controls
24 lines (24 loc) · 801 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "pi-narrate",
"version": "0.1.0",
"description": "Voice output for pi coding agent via narrate TTS. Auto-reads 🤖 BOT: markers and provides on-demand narration.",
"keywords": ["pi-package", "pi-extension", "pi-skill", "narrate", "tts", "voice"],
"author": "Felo Restrepo",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/felores/narrate",
"directory": "integrations/pi"
},
"pi": {
"extensions": ["./extensions/narrate.ts"],
"skills": ["./skills/narrate/SKILL.md"],
"image": "https://raw.githubusercontent.com/felores/narrate/main/assets/pi-narrate.png"
},
"peerDependencies": {
"@earendil-works/pi-coding-agent": "*",
"@earendil-works/pi-tui": "*",
"@earendil-works/pi-ai": "*",
"typebox": "*"
}
}