-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
38 lines (38 loc) · 916 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
{
"name": "@sammachin/node-red-alexa-voice-service",
"version": "0.1.2",
"description": "Node-RED nodes for the Alexa Voice Service",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sammachin/nodered-alexa-avs.git"
},
"engines": {
"node": ">=12.0.0"
},
"keywords": [
"node-red"
],
"author": "Sam Machin",
"license": "MIT",
"bugs": {
"url": "https://github.com/sammachin/nodered-alexa-avs/issues"
},
"homepage": "https://github.com/sammachin/nodered-alexa-avs#readme",
"node-red" : {
"version": ">=1.0.0",
"nodes": {
"avs": "nodes/avs.js"
}
},
"dependencies": {
"content-type-parser": "^1.0.2",
"http-message-parser": "^0.0.34",
"temp": "^0.9.4",
"fluent-ffmpeg": "^2.1.2",
"ffmpeg-static" : "4.4.1"
}
}