UNPKG

apollo-link-refresh-token

Version:

A link to refresh auth tokens on authentication errors

60 lines (59 loc) 1.22 kB
{ "name": "apollo-link-refresh-token", "description": "A link to refresh auth tokens on authentication errors", "repository": { "url": "https://github.com/baleeds/apollo-link-refresh-token", "type": "git" }, "version": "0.1.2", "license": "MIT", "author": { "name": "Benjamin Leeds", "email": "baleeds@ncsu.edu" }, "keywords": [ "apollo", "link", "refresh", "access", "oauth" ], "main": "dist/index.js", "module": "dist/apollo-link-refresh-token.esm.js", "typings": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "start": "tsdx watch", "build": "tsdx build", "test": "tsdx test --env=jsdom", "lint": "tsdx lint" }, "peerDependencies": { "react": ">=16" }, "husky": { "hooks": { "pre-commit": "tsdx lint" } }, "prettier": { "printWidth": 80, "semi": true, "singleQuote": true, "trailingComma": "es5" }, "devDependencies": { "@types/jest": "^24.0.23", "husky": "^3.0.9", "tsdx": "^0.11.0", "tslib": "^1.10.0", "typescript": "^3.7.2" }, "dependencies": { "apollo-link": "^1.2.13", "apollo-link-error": "^1.1.12", "graphql": "^14.5.8" } }