{
  "name": "falso-amqp",
  "version": "0.0.13",
  "description": "Falso AMQP",
  "main": "index.js",
  "preferGlobal": true,
  "bin": {
    "falso-amqp": "./server.js"
  },
  "directories": {
    "test": "test"
  },
  "dependencies": {
    "colog": "^1.0.4",
    "socket.io": "^4.1.2",
    "uuid": "^3.3.2",
    "ws": "^7.4.6"
  },
  "devDependencies": {
    "chai": "^4.3.4",
    "codecov": "^3.8.2",
    "eslint": "^7.27.0",
    "eslint-config-airbnb-base": "^13.2.0",
    "eslint-plugin-chai-friendly": "^0.6.0",
    "eslint-plugin-import": "^2.22.1",
    "mocha": "^9.0.0",
    "nyc": "^15.1.0"
  },
  "scripts": {
    "serve": "node server.js",
    "test:mocha": "mocha",
    "cv": "npm run coverage",
    "coverage": "nyc --reporter=text -x **/**/json.helper.js -x **/**/*.test.js mocha",
    "tests": "mocha --watch --recursive",
    "test": "nyc --reporter=lcov mocha",
    "codecov": "codecov"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lcnvdl/falso-amqp.git"
  },
  "keywords": [
    "amqp",
    "falso"
  ],
  "author": "lcnvdl",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/lcnvdl/falso-amqp/issues"
  },
  "homepage": "https://github.com/lcnvdl/falso-amqp#readme"
}
