-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
45 lines (45 loc) · 928 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
37
38
39
40
41
42
43
44
45
{
"name": "tiktok-tts",
"version": "1.1.17",
"description": "Use TikTok TTS from node.js",
"main": "index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Steve0929/tiktok-tts.git"
},
"keywords": [
"tiktok tts",
"tiktok voice",
"tiktok tts npm",
"tiktok tts nodejs",
"tiktok voice npm",
"tiktok voice nodejs",
"tiktok text to speech nodejs",
"tiktok text to speech npm",
"text to speech",
"speech synthesis",
"tiktok",
"tts",
"mp3",
"text",
"to",
"speech",
"audio",
"download"
],
"author": "github.com/Steve0929",
"license": "MIT",
"bugs": {
"url": "https://github.com/Steve0929/tiktok-tts/issues"
},
"homepage": "https://github.com/Steve0929/tiktok-tts#readme",
"dependencies": {
"axios": "^1.3.4"
},
"devDependencies": {
"jest": "^29.5.0"
}
}