UNPKG

mosquito-transport

Version:

Quickly spawn server infrastructure along robust authentication, database, storage, and cross-platform compatibility

61 lines (60 loc) 1.62 kB
{ "name": "mosquito-transport", "version": "1.9.5", "description": "Quickly spawn server infrastructure along robust authentication, database, storage, and cross-platform compatibility", "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/brainbehindx/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/brainbehindx/mosquito-transport/issues" }, "homepage": "https://github.com/brainbehindx/mosquito-transport#readme", "dependencies": { "@deflexable/bit-stream": "^1.0.4", "argon2": "^0.44.0", "buffer": "^6.0.3", "compression": "^1.8.1", "cors": "^2.8.5", "entity-serializer": "^1.0.4", "express": "^4.21.2", "guard-object": "^1.1.4", "jsonwebtoken": "^9.0.3", "jwks-rsa": "^3.2.0", "limit-task": "1.0.0", "mime": "^4.1.0", "mongodb": "^6.21.0", "node-fetch": "^3.3.2", "poke-object": "^1.0.1", "set-large-timeout": "^1.0.2", "simplify-error": "^1.0.1", "socket.io": "^4.8.1", "subscription-listener": "^1.1.3", "tweetnacl-functional": "^1.0.5" } }