{
  "name": "@dataverse/express-jwt-validator",
  "version": "0.0.7",
  "description": "NodeJS dataverse jwt validator",
  "homepage": "https://gitlab.byteprophecy.accenture.com/dataverse/common-nodejs-components#readme",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "publishConfig": {
    "access": "restricted"
  },
  "repository": {
    "type": "git",
    "url": "git+https://gitlab.byteprophecy.accenture.com/dataverse/common-nodejs-components.git"
  },
  "scripts": {
    "test": "jest -c ../../jest.config.js",
    "build": "tsc",
    "clean": "rm -r ./dist"
  },
  "bugs": {
    "url": "https://gitlab.byteprophecy.accenture.com/dataverse/common-nodejs-components/issues"
  },
  "dependencies": {
    "express-jwt": "^8.4.1",
    "jsonwebtoken": "^9.0.0",
    "jwks-rsa": "^3.0.1"
  },
  "devDependencies": {
    "@types/express": "^4.17.13",
    "@types/jsonwebtoken": "^9.0.1",
    "nock": "^13.2.4"
  },
  "gitHead": "411e41f5e94703b0ee0bf93df4a39d919c76bf92"
}
