-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·51 lines (51 loc) · 1.16 KB
/
package.json
File metadata and controls
executable file
·51 lines (51 loc) · 1.16 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
46
47
48
49
50
51
{
"name": "@databridges/apifront-proxy",
"version": "1.0.4",
"description": "APIFront proxy client for dataBridges ecosystem - Node.js implementation",
"keywords": [
"optomate",
"databridges",
"apifront",
"api",
"authentication",
"realtime",
"real-time"
],
"private": false,
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=14.0.0"
},
"files": [
"src/",
"README.md",
"Dependencies.md",
"CHANGELOG.md",
"LICENSE"
],
"author": {
"name": "Optomate Technologies Private Limited.",
"email": "tech@optomate.io",
"url": "https://www.optomate.io"
},
"main": "src/apifront_proxy.js",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/databridges-io/lib.js.node.apifront.proxy.git"
},
"exports": {
".": "./src/apifront_proxy.js",
"./kiss_logger": "./src/kiss_logger.js"
},
"homepage": "https://github.com/databridges-io/lib.js.node.apifront.proxy",
"bundleDependencies": false,
"deprecated": false,
"dependencies": {
"databridges-sio-server-lib": "^2.0.4",
"delay": "^5.0.0",
"nanoid": "^3.1.23"
}
}