-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
48 lines (48 loc) · 1.16 KB
/
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
46
47
48
{
"author": "seven communications GmbH & Co. KG <[email protected]> (https://www.seven.io)",
"bugs": {
"email": "[email protected]",
"url": "https://github.com/seven-io/node-red/issues"
},
"dependencies": {
"globalthis": "^1.0.4",
"node-fetch": "^2.7.0",
"@seven.io/client": "^3.0.2"
},
"description": "seven node collection for Node-RED.",
"name": "@seven.io/nodered",
"node-red": {
"nodes": {
"seven-config": "src/nodes/config/config.js",
"seven-lookup": "src/nodes/lookup/lookup.js",
"seven-rcs": "src/nodes/rcs/rcs.js",
"seven-sms": "src/nodes/sms/sms.js",
"seven-voice": "src/nodes/voice/voice.js"
}
},
"homepage": "https://github.com/seven-io/node-red",
"keywords": [
"cnam",
"hlr",
"mnp",
"node-red",
"seven",
"sms",
"text2speech",
"tts"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/seven-io/node-red.git"
},
"scripts": {
"test": "mocha \"test/**/*.spec.js\""
},
"version": "5.0.0",
"devDependencies": {
"mocha": "^10.8.2",
"node-red": "^4.0.5",
"node-red-node-test-helper": "^0.3.4"
}
}