{
  "name": "@loopback/authentication-jwt",
  "description": "Extension for the prototype of JWT authentication",
  "version": "0.16.13",
  "keywords": [
    "LoopBack",
    "Authentication",
    "jsonwebtoken"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "author": "IBM Corp. and LoopBack contributors",
  "copyright.owner": "IBM Corp. and LoopBack contributors",
  "repository": {
    "type": "git",
    "url": "https://github.com/loopbackio/loopback-next.git",
    "directory": "extensions/authentication-jwt"
  },
  "engines": {
    "node": "20 || 22 || 24"
  },
  "scripts": {
    "build": "lb-tsc",
    "clean": "lb-clean loopback-authentication-jwt*.tgz dist *.tsbuildinfo package",
    "pretest": "npm run build",
    "test": "lb-mocha \"dist/__tests__/unit/*.js\" \"dist/__tests__/acceptance/*.js\"",
    "verify": "npm pack && tar xf loopback-authentication-jwt*.tgz && tree package && npm run clean"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "README.md",
    "dist",
    "src",
    "!*/__tests__"
  ],
  "peerDependencies": {
    "@loopback/authentication": "^12.0.1",
    "@loopback/core": "^7.0.1",
    "@loopback/rest": "^15.0.1"
  },
  "dependencies": {
    "@loopback/security": "^0.12.12",
    "bcryptjs": "^3.0.3",
    "debug": "^4.4.3",
    "jsonwebtoken": "^9.0.3"
  },
  "devDependencies": {
    "@loopback/authentication": "^12.0.13",
    "@loopback/boot": "^8.0.12",
    "@loopback/build": "^12.0.11",
    "@loopback/core": "^7.0.11",
    "@loopback/eslint-config": "^16.0.1",
    "@loopback/repository": "^8.0.11",
    "@loopback/rest": "^15.0.12",
    "@loopback/rest-explorer": "^8.0.12",
    "@loopback/service-proxy": "^8.0.11",
    "@loopback/testlab": "^8.0.11",
    "@types/debug": "^4.1.13",
    "@types/lodash": "^4.17.24",
    "@types/node": "^20.19.39",
    "lodash": "^4.18.1",
    "typescript": "~5.2.2"
  },
  "gitHead": "c8e659000db94b7fcda374462a56828eefd43455"
}
