forked from technocreatives/node-red-contrib-polly-tts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 982 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
{
"name": "node-red-contrib-polly-tts",
"version": "0.0.14",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "/usr/bin/node ./index.js"
},
"author": "[email protected]",
"license": "ISC",
"keywords": [
"polly",
"tts",
"node-red"
],
"node-red": {
"nodes": {
"polly-tts": "polly-tts/polly-tts.js"
}
},
"bugs": {
"url": "https://github.com/technocreatives/node-red-contrib-polly-tts/issues"
},
"homepage": "https://github.com/technocreatives/node-red-contrib-polly-tts#readme",
"dependencies": {
"aws-sdk": "^2.49.0",
"crypto-js": "^3.1.9-1",
"fs": "0.0.1-security",
"lodash": "^4.17.4",
"mkdirp": "^0.5.1",
"path": "^0.12.7",
"path-exists": "^3.0.0",
"slug": "^0.9.1"
},
"devDependencies": {
"eslint": "^6.4.0",
"eslint-config-google": "^0.7.1"
},
"engines": {
"node": ">=6.11.2"
}
}