-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
39 lines (39 loc) · 914 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
{
"name": "node-red-contrib-edge-tts",
"version": "2.3.0",
"description": "An simple Azure Speech Service module that uses the Microsoft Edge Read Aloud API.",
"main": "edge_tts.js",
"node-red": {
"version": ">=3.0.0",
"nodes": {
"edge-tts": "edge_tts.js"
}
},
"engines": {
"node": ">=16.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/iso-lib/node-red-contrib-edge-tts.git"
},
"bundleDependencies": false,
"dependencies": {
"ws": "^7.0.0",
"msedge-tts": "^1.3.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bugs": {
"url": "https://github.com/iso-lib/node-red-contrib-edge-tts/issues"
},
"homepage": "https://github.com/iso-lib/node-red-contrib-edge-tts#readme",
"keywords": [
"edge",
"node-red",
"tts",
"readaloud"
],
"author": "iso-lib",
"license": "MIT"
}