forked from FelixWaweru/elevenlabs-node
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 835 Bytes
/
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
{
"name": "elevenlabs-node",
"version": "1.1.3",
"description": "This is an open source Eleven Labs NodeJS package for converting text to speech using the Eleven Labs API",
"main": "index.js",
"scripts": {
"test": "jest --testPathPattern=test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FelixWaweru/elevenlabs-node.git"
},
"keywords": [
"api",
"eleven-labs",
"text",
"to",
"speech",
"ai",
"voice"
],
"author": "Felix Waweru",
"license": "MIT",
"bugs": {
"url": "https://github.com/FelixWaweru/elevenlabs-node/issues"
},
"homepage": "https://github.com/FelixWaweru/elevenlabs-node#readme",
"dependencies": {
"axios": "^1.4.0",
"fs-extra": "^11.1.1"
},
"devDependencies": {
"eslint": "^8.45.0",
"jest": "^29.6.1"
}
}