{
  "name": "@knetik/micro-queue",
  "version": "3.1.45",
  "description": "",
  "main": "dist/index.js",
  "files": [
    "dist",
    "templates",
    "bin",
    "DOCS",
    "README"
  ],
  "bin": {
    "micro-queue": "./bin/cli.js",
    "micro-queue-generate": "./bin/cli-generate.js"
  },
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "lint": "eslint --ignore-path .eslintignore ./src",
    "type": "flow",
    "test": "yarn run lint && yarn run type",
    "build-docs": "documentation build ./src/** -f md -o DOCS.md",
    "build-src": "babel src/ -d dist/",
    "build": "yarn run build-src && yarn run build-docs",
    "prepublish": "yarn run test && yarn run build"
  },
  "dependencies": {
    "@knetik/micro-core": "^3.1.45",
    "bull": "^3.6.0",
    "bull-arena": "^2.5.3",
    "commander": "^2.19.0",
    "inflected": "^2.0.4",
    "ioredis": "^4.6.2",
    "lodash": "^4.17.11",
    "mustache": "^3.0.1",
    "redis": "^2.8.0",
    "require-path": "^0.3.0"
  },
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-eslint": "^10.0.1",
    "babel-preset-flow": "^6.23.0",
    "documentation": "^13.1.0",
    "eslint": "^4.19.1",
    "eslint-config-airbnb-base": "^13.0.0",
    "eslint-plugin-flowtype": "^3.2.1",
    "eslint-plugin-import": "^2.12.0",
    "flow-bin": "^0.92.1"
  }
}
