-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.09 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
{
"name": "elevenlabs-js",
"version": "1.2.6",
"description": "This is an Open Source NodeJS package for ElevenLabs Text to Speech API.",
"main": "index.js",
"scripts": {
"test": "jest --testPathPattern=tests --verbose"
},
"keywords": [
"elevenlabs",
"elevenlabs-js",
"elevenlabs api",
"elevenlabs node",
"elevenlabsjs",
"text to speech nodejs",
"text to speech",
"text to speech api",
"text to speech elevenlabs",
"tts",
"tts api",
"tts nodejs",
"tts elevenlabs",
"ai elevenlabs",
"ai voice",
"ai tts api",
"ai tts nodejs",
"ai voice api",
"ai voice nodejs",
"voice clone",
"voice clone ai"
],
"bugs": {
"url": "https://github.com/ArdaGnsrn/elevenlabs-js/issues",
"email": "[email protected]"
},
"homepage": "https://github.com/ArdaGnsrn/elevenlabs-js#readme",
"author": "Arda Günsüren",
"license": "MIT",
"dependencies": {
"axios": "^1.6.0",
"dotenv": "^16.3.1",
"fs": "^0.0.1-security"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"jest": "^29.7.0"
}
}