-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.21 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.21 KB
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
{
"name": "barnacles-postgres",
"homepage": "https://www.reelyactive.com",
"author": {
"name": "reelyActive",
"email": "info@reelyactive.com"
},
"description": "Write ambient IoT data to a PostgreSQL database. We believe in an open Internet of Things.",
"keywords": [
"reelyActive",
"IoT",
"PostgreSQL"
],
"version": "1.1.1",
"engines": {
"node": ">=18.0.0"
},
"main": "./lib/barnaclespostgres.js",
"scripts": {
"start": "node bin/barnacles-postgres",
"create-tables": "node bin/barnacles-postgres-create-tables",
"create-indexes": "node bin/barnacles-postgres-create-indexes",
"import-raddec-csv": "node bin/barnacles-postgres-raddec-csv",
"import-spatem-csv": "node bin/barnacles-postgres-spatem-csv"
},
"repository": {
"type": "git",
"url": "https://github.com/reelyactive/barnacles-postgres.git"
},
"dependencies": {
"dynamb-filter": "^1.0.1",
"pg": "^8.18.0",
"raddec": ">=0.6.2",
"raddec-filter": "^1.0.1",
"spatem-filter": "^1.0.1"
},
"devDependencies": {},
"bugs": {
"url": "https://github.com/reelyactive/barnacles-postgres/issues"
},
"contributors": [
{ "name": "Jeffrey Dungen" }
],
"license": "MIT"
}