-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 1.71 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "ai-text-to-speech",
"version": "1.0.5",
"description": "A powerful and straightforward Node.js module for generating AI speech audio files from text using the OpenAI API (support for other providers is in the works). ai-text-to-speech offers a simple and robust interface to convert text into high-quality speech audio files in various formats and voices.",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jkapron/ai-text-to-speech.git"
},
"keywords": [
"text-to-speech",
"text to speech",
"text2speech",
"tts",
"tts engine",
"speech",
"speech synthesis",
"speech generation",
"speech converter",
"speech api",
"speech module",
"speech library",
"audio",
"audio synthesis",
"text-to-audio",
"voice",
"voice synthesis",
"voice generator",
"voice api",
"voiceover",
"narration",
"synthesis",
"generator",
"ai",
"ai speech",
"ai tts",
"ai text-to-speech",
"natural language processing",
"nlp",
"openai",
"openai api",
"openai tts",
"deep learning",
"machine learning",
"text conversion",
"text reader",
"nodejs",
"javascript",
"LLM",
"large language model",
"language model",
"GPT",
"AI assistant"
],
"author": "Jerry Kapron, https://www.linkedin.com/in/jerrykapron/",
"license": "MIT",
"bugs": {
"url": "https://github.com/jkapron/ai-text-to-speech/issues"
},
"homepage": "https://github.com/jkapron/ai-text-to-speech#readme",
"dependencies": {
"openai": "^4.64.0",
"uuid": "^10.0.0"
}
}