UNPKG

@w3lcome/feathers-refresh-token

Version:
79 lines (78 loc) 2.05 kB
{ "name": "@w3lcome/feathers-refresh-token", "description": "Refresh token hooks for @feathers/authentication", "version": "0.1.1", "homepage": "https://github.com/W3lcomeApp/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/W3lcomeApp/feathers-refresh-token.git" }, "author": { "name": "Alisson Enz", "email": "alisson@w3lcome.com" }, "contributors": [], "bugs": { "url": "https://github.com/W3lcomeApp/feathers-refresh-token/issues" }, "engines": { "node": ">=12" }, "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.11", "@feathersjs/errors": "^4.5.11", "@feathersjs/express": "^4.5.11", "@feathersjs/feathers": "^4.5.11", "@istanbuljs/nyc-config-typescript": "^1.0.1", "debug": "^4.3.1" }, "peerDependencies": { "@feathersjs/authentication": "^4.5.11", "@feathersjs/errors": "^4.5.11", "@feathersjs/express": "^4.5.11", "@feathersjs/feathers": "^4.5.11" }, "devDependencies": { "@types/bcryptjs": "^2.4.2", "@types/debug": "^4.1.5", "@types/jsonwebtoken": "^8.3.4", "@types/lodash": "^4.14.168", "@types/mocha": "^8.2.1", "@types/node": "^14.14.34", "@types/uuid": "^8.3.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" } }