-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.74 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "mosquito-transport",
"version": "1.6.3",
"description": "MosquitoTransport is a powerful tool that helps persist and synchronize data between your MongoDB database and frontend applications",
"main": "lib/index.js",
"type": "module",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"extract_mosquito_backup": "./bin/extraction_cli.js",
"install_mosquito_backup": "./bin/installation_cli.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/deflexable/mosquito-transport.git"
},
"keywords": [
"javascript",
"mosquito-transport",
"selfhosted",
"self-database",
"database",
"serverless",
"firebase",
"fully queried",
"mongodb"
],
"author": "Anthony Onabanjo",
"license": "MIT",
"bugs": {
"url": "https://github.com/deflexable/mosquito-transport/issues"
},
"homepage": "https://github.com/deflexable/mosquito-transport#readme",
"dependencies": {
"@deflexable/bit-stream": "^1.0.4",
"buffer": "^6.0.3",
"compression": "^1.7.4",
"cors": "^2.8.5",
"entity-serializer": "^1.0.2",
"express": "^4.18.2",
"google-auth-library": "^8.8.0",
"guard-object": "^1.1.3",
"limit-task": "1.0.0",
"jsonwebtoken": "^9.0.0",
"lodash.clonedeep": "^4.5.0",
"lodash.get": "^4.4.2",
"lodash.set": "^4.3.2",
"lodash.unset": "^4.5.2",
"node-fetch": "^3.3.1",
"set-large-timeout": "^1.0.1",
"simplify-error": "^1.0.1",
"socket.io": "^4.6.1",
"subscription-listener": "^1.1.2",
"tweetnacl-functional": "^1.0.4"
},
"devDependencies": {
"@types/express": "^4.17.20",
"@types/mongodb": "^4.0.7",
"eslint": "^8.23.1"
}
}