{
  "name": "@hgmap/lbext-auth",
  "version": "2.0.2",
  "description": "Loopback authentication out of the box",
  "engines": {
    "node": ">=8.9"
  },
  "scripts": {
    "clean": "lb-clean dist *.tsbuildinfo",
    "build": "npm run clean && lb-tsc",
    "verify": "npm pack && tar xf lbext-auth*.tgz && tree package && npm run clean"
  },
  "author": "MPavlov",
  "copyright.owner": "MPavlov",
  "license": "MIT",
  "dependencies": {
    "@loopback/authentication": "^2.1.4",
    "@loopback/context": "^1.20.1",
    "@loopback/core": "^1.8.4",
    "@loopback/openapi-v3": "^1.6.4",
    "@loopback/openapi-v3-types": "^1.2.1",
    "@loopback/rest": "^1.16.2",
    "@types/lodash": "^4.14.136",
    "jsonwebtoken": "^8.5.1",
    "lodash": "^4.17.15"
  },
  "devDependencies": {
    "@loopback/build": "^2.0.2"
  },
  "keywords": [
    "Loopback",
    "Authentication",
    "auth now"
  ],
  "files": [
    "index.js",
    "index.d.ts",
    "examples",
    "dist",
    "src"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/hg-pavlov/lbext-auth.git"
  }
}
