-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 782 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 782 Bytes
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
{
"name": "@proddata/node-red-contrib-cratedb",
"version": "0.0.2",
"description": "A Node-RED node to support querying CrateDB",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"cratedb",
"node-red",
"database",
"crate",
"crate.io",
"sql",
"postgres"
],
"node-red": {
"version": ">=2.0.0",
"nodes": {
"cratedb": "cratedb/cratedb.js"
}
},
"author": "Georg Traar <georg@crate.io> (https://www.gtraar.net)",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/proddata/node-red-contrib-cratedb.git"
},
"engines": {
"node": ">=21.0.0"
},
"dependencies": {
"@proddata/node-cratedb": "^0.0.14"
}
}