UNPKG

mosquito-transport

Version:

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

63 lines (62 loc) 1.67 kB
{ "name": "mosquito-transport", "version": "1.8.4", "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", "buffer": "^6.0.3", "compression": "^1.8.0", "cors": "^2.8.5", "entity-serializer": "^1.0.3", "express": "^4.21.2", "google-auth-library": "^8.8.0", "guard-object": "^1.1.4", "jsonwebtoken": "^9.0.0", "limit-task": "1.0.0", "mime": "^4.0.7", "node-fetch": "^3.3.1", "poke-object": "^1.0.1", "set-large-timeout": "^1.0.1", "simplify-error": "^1.0.1", "socket.io": "^4.8.1", "subscription-listener": "^1.1.2", "tweetnacl-functional": "^1.0.5" }, "devDependencies": { "@types/mongodb": "^4.0.7", "eslint": "^8.23.1" } }