UNPKG

adonisjs-queue

Version:

An addon/plugin package to provide driver-based job queueing services in AdonisJS 4.0+

71 lines (70 loc) 1.61 kB
{ "name": "adonisjs-queue", "version": "0.1.10", "description": "An addon/plugin package to provide driver-based job queueing services in AdonisJS 4.0+", "main": "index.js", "files": [ "src", "config", "commands", "providers", "instruction.js", "instructions.md", "index.js" ], "directories": { "test": "test" }, "scripts": { "lint": "standard", "pretest": "npm run lint", "test": "nyc node japaFile.js", "test:win": "node ./node_modules/japa-cli/index.js", "coverage": "nyc report --reporter=text-lcov | coveralls" }, "keywords": [ "redis", "job", "bee-queue", "worker", "queue", "adonisjs" ], "author": "StitchNG <stitchnig@gmail.com> (https://twitter.com/stitchappn)", "license": "MIT", "nyc": { "exclude": [ "test" ] }, "standard": { "globals": [ "use", "test" ] }, "dependencies": { "@adonisjs/generic-exceptions": "^2.0.1", "bee-queue": "^1.2.3", "debug": "^3.1.2" }, "devDependencies": { "japa": "^2.0.5", "japa-cli": "^1.0.1", "nyc": "^13.0.1", "semver": "^5.5.0", "coveralls": "^3.0.2", "standard": "^12.0.1", "@adonisjs/ace": "^5.0.2", "@adonisjs/sink": "^1.0.6", "@adonisjs/fold": "^4.0.9" }, "repository": { "type": "git", "url": "https://github.com/stitchng/adonis-queue.git" }, "bugs": { "url": "https://github.com/stitchng/adonis-queue/issues" }, "homepage": "https://github.com/stitchng/adonis-queue" }