-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.18 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
49
{
"name": "node-red-contrib-simplicite",
"description": "Simplicite(R) nodes for NodeRED(R)",
"version": "3.0.3",
"author": "Simplicite Software <contact@simplicitesoftware.com> (https://www.simplicitesoftware.com/)",
"license": "Apache-2.0",
"keywords": [
"simplicite",
"simplicitesoftware",
"apaas",
"node-red"
],
"homepage": "https://github.com/simplicitesoftware/nodered-nodes",
"bugs": {
"url": "https://github.com/simplicitesoftware/nodered-nodes/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/simplicitesoftware/nodered-nodes.git"
},
"dependencies": {
"cfenv": "1.2.4",
"simplicite": "3.0.3"
},
"devDependencies": {
"@eslint/js": "9.19.0",
"eslint": "9.19.0",
"globals": "15.14.0",
"npm-check-updates": "17.1.14"
},
"engines": {
"node": ">=18"
},
"node-red": {
"version": ">=2.0.0",
"nodes": {
"simplicite-config": "simplicite-config.js",
"simplicite-session": "simplicite-session.js",
"simplicite-object": "simplicite-object.js"
}
},
"directories": {
"icons": "icons"
},
"scripts": {
"lint": "eslint *.mjs *.js",
"ncu": "ncu"
}
}