{
  "name": "@ihadeed/transport-commons",
  "description": "Shared functionality for websocket providers",
  "version": "600.0.0",
  "homepage": "https://feathersjs.com",
  "main": "lib/",
  "types": "lib/",
  "keywords": [
    "feathers",
    "feathers-plugin"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git://github.com/feathersjs/feathers.git"
  },
  "author": {
    "name": "Feathers contributors",
    "email": "hello@feathersjs.com",
    "url": "https://feathersjs.com"
  },
  "contributors": [],
  "bugs": {
    "url": "https://github.com/feathersjs/feathers/issues"
  },
  "engines": {
    "node": ">= 6"
  },
  "scripts": {
    "prepublish": "npm run compile",
    "compile": "rm -rf lib/ && tsc",
    "test": "npm run compile && npm run mocha",
    "mocha": "mocha --opts ../../mocha.ts.opts --recursive test/**.test.ts test/**/*.test.ts"
  },
  "directories": {
    "lib": "lib"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@ihadeed/commons": "^600.0.0",
    "@ihadeed/errors": "^600.0.0",
    "debug": "^4.1.1",
    "lodash": "^4.17.13",
    "radix-router": "^3.0.1"
  },
  "devDependencies": {
    "@ihadeed/feathers": "^600.0.0",
    "@types/debug": "^4.1.4",
    "@types/mocha": "^5.2.7",
    "@types/node": "^12.6.2",
    "mocha": "^6.1.4",
    "shx": "^0.3.2",
    "ts-node": "^8.3.0",
    "typescript": "^3.5.3"
  },
  "gitHead": "a565109687b8f879e8afe9b85466414156964361"
}
