{
  "name": "axios-jwt",
  "version": "4.0.3",
  "description": "Axios interceptor to store, use, and refresh tokens for authentication.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jetbridge/axios-jwt"
  },
  "homepage": "https://github.com/jetbridge/axios-jwt",
  "author": "JetBridge Inc.",
  "license": "MIT",
  "devDependencies": {
    "@react-native-async-storage/async-storage": "^1.18.1",
    "@types/jest": "29.5.1",
    "@types/jsonwebtoken": "9.0.2",
    "@types/jwt-decode": "3.1.0",
    "@typescript-eslint/eslint-plugin": "5.59.1",
    "@typescript-eslint/parser": "5.59.1",
    "eslint": "8.39.0",
    "jest": "29.5.0",
    "jest-environment-jsdom": "29.5.0",
    "jsonwebtoken": "9.0.0",
    "prettier": "2.8.8",
    "ts-jest": "29.1.0",
    "typescript": "5.0.4"
  },
  "peerDependencies": {
    "@react-native-async-storage/async-storage": "^1.15.17",
    "axios": "^1.4.0"
  },
  "peerDependenciesMeta": {
    "@react-native-async-storage/async-storage": {
      "optional": true
    }
  },
  "dependencies": {
    "jwt-decode": "3.1.2",
    "ms": "^3.0.0-canary.1"
  },
  "scripts": {
    "build": "tsc",
    "start": "tsc -w",
    "test": "jest",
    "prepack": "tsc"
  },
  "keywords": [
    "axios",
    "token",
    "jwt",
    "refresh",
    "authentication",
    "authorization",
    "header",
    "typescript",
    "ts"
  ]
}
