{
  "scripts": {
    "precommit": "lint-staged",
    "build": "rm -rf dist && babel ./ --presets env --out-dir ./dist --source-maps --presets env --ignore node_modules,*.spec.js",
    "format": "prettier-standard '**/*.js'",
    "test": "jest"
  },
  "dependencies": {
    "amqp-delay.node": "^0.2.0",
    "amqplib": "^0.5.2"
  },
  "files": [
    "dist/**.js"
  ],
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-preset-env": "^1.6.1",
    "chai": "^4.1.2",
    "commitizen": "^2.9.6",
    "husky": "^0.14.3",
    "jest": "^21.2.1",
    "lint-staged": "^5.0.0",
    "prettier-standard": "^7.0.3"
  },
  "lint-staged": {
    "*.js": [
      "prettier-standard **/*.js*",
      "git add"
    ]
  },
  "pre-commit": [
    "precommit"
  ],
  "name": "@denimlabs/amqp-delay-fsa",
  "description": "Description",
  "version": "1.0.8",
  "main": "dist/index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/denimlabs/amqp-delay-fsa.git"
  },
  "keywords": [
    "AMQP",
    "Celery",
    "Beat",
    "FSA"
  ],
  "author": "Michael W. Clark",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/denimlabs/amqp-delay-fsa/issues"
  },
  "homepage": "https://github.com/denimlabs/amqp-delay-fsa#readme"
}
