-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1005 Bytes
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1005 Bytes
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
{
"name": "node-droid-language",
"version": "1.0.2",
"description": "A node js droid language engine built using the sound library inside python library ttastromech, as well as other sound sources found online",
"main": "index.js",
"scripts": {
"test": "npm run test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wilburforce83/node-ttastromech.git"
},
"keywords": [
"astromech",
"text",
"to",
"speech",
"star",
"wars",
"python",
"conversion",
"BD-1",
"D-O",
"BB-8"
],
"author": "Will Shearer",
"license": "ISC",
"bugs": {
"url": "https://github.com/wilburforce83/node-ttastromech/issues"
},
"homepage": "https://github.com/wilburforce83/node-ttastromech#readme",
"dependencies": {
"@ffmpeg-installer/ffmpeg": "^1.1.0",
"audioconcat": "^0.1.4",
"fluent-ffmpeg": "^2.1.2",
"fs": "^0.0.1-security",
"path": "^0.12.7",
"speaker": "^0.5.4",
"wav-concat": "^1.0.3"
}
}