firelease
Version:
Firebase queue consumer for Node with at-least-once semantics
41 lines (40 loc) • 860 B
JSON
{
"name": "firelease",
"version": "2.2.0",
"description": "Firebase queue consumer for Node with at-least-once semantics",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint *.js"
},
"repository": {
"type": "git",
"url": "git://github.com/pkaminski/firelease.git"
},
"keywords": [
"Firebase",
"api",
"queue",
"lease"
],
"author": "Piotr Kaminski <piotr@ideanest.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/pkaminski/firelease/issues"
},
"homepage": "https://github.com/pkaminski/firelease",
"engines": {
"node": ">=10.0"
},
"dependencies": {
"lodash": "4.x",
"ms": "2.x",
"safe-timers": "^1.1.0"
},
"peerDependencies": {
"nodefire": "3.x"
},
"devDependencies": {
"eslint": "8.x"
}
}