Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:53:41 +08:00
commit 0181dafe21
18 changed files with 3161 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{
"name": "dnd-dm-skill",
"version": "1.0.0",
"description": "D&D Dungeon Master skill with text-to-speech for NPC voices",
"type": "module",
"scripts": {
"speak": "node speak-npc.js"
},
"dependencies": {
"@elevenlabs/elevenlabs-js": "^2.22.0",
"dotenv": "^16.4.5"
}
}