{
  "name": "celery-node-routing",
  "version": "0.5.11",
  "description": "celery written in nodejs",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "lint": "eslint --ext .js,.ts .",
    "format": "prettier --write \"{,!(node_modules)/**/}*.{js,ts}\"",
    "format-check": "prettier --check \"{,!(node_modules)/**/}*.{js,ts}\"",
    "dist": "tsc",
    "test": "mocha -r ts-node/register ./test/**/*",
    "prepublishOnly": "npm run dist"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/actumn/celery.node.git"
  },
  "keywords": [
    "node-celery",
    "celery",
    "celery-node",
    "task",
    "worker",
    "queue",
    "background",
    "rabbitmq",
    "redis"
  ],
  "author": "abhishek.goel287@gmail.com",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/abhikb101/celery.node/issues"
  },
  "homepage": "https://github.com/abhikb101/celery.node#readme",
  "devDependencies": {
    "@types/amqplib": "^0.5.17",
    "@types/chai": "^4.2.9",
    "@types/ioredis": "^4.28.5",
    "@types/mocha": "^7.0.1",
    "@types/sinon": "^9.0.9",
    "@types/uuid": "^3.4.7",
    "@typescript-eslint/eslint-plugin": "^2.23.0",
    "@typescript-eslint/parser": "^2.23.0",
    "chai": "^4.2.0",
    "eslint": "^7.16.0",
    "eslint-config-prettier": "^7.1.0",
    "eslint-plugin-import": "^2.22.1",
    "eslint-plugin-mocha": "^8.0.0",
    "express": "^4.17.1",
    "mocha": "^8.2.1",
    "prettier": "^1.19.1",
    "sinon": "^7.2.2",
    "ts-node": "^8.10.2",
    "typescript": "^3.7.2"
  },
  "dependencies": {
    "amqplib": "^0.8.0",
    "ioredis": "^4.28.5",
    "uuid": "^3.3.2"
  }
}
