{
  "name": "@jackywxd/feathers-refresh-token",
  "description": "Refresh token hooks for @feathers/authentication",
  "version": "0.2.0",
  "homepage": "https://github.com/jackywxd/feathers-refresh-token#readme",
  "main": "lib/",
  "types": "lib/",
  "files": [
    "lib"
  ],
  "keywords": [
    "feathers",
    "JWT",
    "Refresh Token",
    "feathers-hooks"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git://github.com/jackywxd/feathers-refresh-token.git"
  },
  "author": {
    "name": "Jacky Wu",
    "email": "me@jackywu.ca"
  },
  "contributors": [],
  "bugs": {
    "url": "https://github.com/jackywxd/feathers-refresh-token/issues"
  },
  "engines": {
    "node": ">= 6"
  },
  "scripts": {
    "prepublish": "yarn run compile",
    "publish": "yarn run prepublish",
    "compile": "shx rm -rf lib/ && tsc",
    "test": "yarn run compile && yarn run mocha",
    "clean": "shx rm -rf test/data/",
    "coverage": "nyc yarn run mocha",
    "mocha": "yarn run clean && NODE_ENV=test ts-mocha \"test/**/*.ts\" --recursive --exit"
  },
  "directories": {
    "lib": "lib"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@feathersjs/authentication": "^4.5.5",
    "@feathersjs/errors": "^4.5.5",
    "@feathersjs/express": "^4.5.5",
    "@feathersjs/feathers": "^4.5.5",
    "@istanbuljs/nyc-config-typescript": "^1.0.1",
    "debug": "^4.1.1"
  },
  "peerDependencies": {
    "@feathersjs/authentication": "^4.5.5",
    "@feathersjs/errors": "^4.5.5",
    "@feathersjs/express": "^4.5.5",
    "@feathersjs/feathers": "^4.5.5"
  },
  "devDependencies": {
    "@types/bcryptjs": "^2.4.2",
    "@types/debug": "^4.1.5",
    "@types/jsonwebtoken": "^8.3.4",
    "@types/lodash": "^4.14.137",
    "@types/mocha": "^8.0.0",
    "@types/node": "^14.0.22",
    "@types/uuid": "^8.0.0",
    "feathers-memory": "^4.1.0",
    "mocha": "^8.0.1",
    "nyc": "^15.1.0",
    "shx": "^0.3.2",
    "ts-mocha": "^7.0.0",
    "ts-node": "^8.3.0",
    "typescript": "^3.9.7"
  }
}
