{
  "name": "@fabrix/spool-router",
  "version": "1.6.4",
  "description": "Spool - Router for Fabrix",
  "scripts": {
    "release": "standard-version",
    "build": "tsc -p ./lib/tsconfig.release.json",
    "lint": "tslint -p ./lib",
    "watch": "tsc -w -p ./lib/tsconfig.release.json",
    "test": "npm run clean && npm run lint && npm run build && nyc mocha",
    "prepublishOnly": "npm run compile",
    "compile": "npm run clean && npm run build",
    "clean": "rm -rf dist"
  },
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "files": [
    "dist",
    "archetype"
  ],
  "pre-commit": [
    "test"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fabrix-app/spool-router.git"
  },
  "keywords": [
    "fabrix-app",
    "fabrix",
    "spool",
    "router",
    "hapi",
    "microservices"
  ],
  "author": "Fabrix Team <hello@fabrix.app>",
  "contributors": [
    {
      "name": "Scott Wyatt",
      "email": "scottwyatt86@gmail.com",
      "url": "https://github.com/scott-wyatt"
    },
    {
      "name": "Travis Webb",
      "url": "https://github.com/tjwebb"
    }
  ],
  "dependencies": {
    "call": "^5",
    "joi": "^14.3.1",
    "lodash": "^4.17.15"
  },
  "devDependencies": {
    "@fabrix/fabrix": "^1.6.4",
    "@fabrix/lint": "^1.0.0-alpha.3",
    "@types/lodash": "^4.14.109",
    "@types/node": "~10.3.4",
    "hapi": "^18.1.0",
    "mocha": "^6",
    "nyc": "^14.1.1",
    "smokesignals": "^3",
    "source-map-support": "^0.5.13",
    "standard-version": "^7.0.0",
    "tslib": "~1.9.0",
    "tslint": "~5.14.0",
    "tslint-microsoft-contrib": "~6.1.0",
    "tsutils": "~3.9.1",
    "typedoc": "^0.15.0",
    "typedoc-plugin-markdown": "^2.2.7",
    "typescript": "~3.3.4000"
  },
  "peerDependencies": {
    "@fabrix/fabrix": "^1.6.0"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/fabrix-app/spool-router/issues"
  },
  "homepage": "https://github.com/fabrix-app/spool-router#readme"
}
