{
  "name": "jwks-verify",
  "version": "1.0.2",
  "description": "JWKS token verification middleware.",
  "main": "build/lib.min.js",
  "keywords": [
    "jwks",
    "jwt",
    "token",
    "verify",
    "express",
    "hapi",
    "middleware"
  ],
  "scripts": {
    "clean": "rimraf build",
    "build": "npm run clean && webpack --config webpack.config.js",
    "build:prod": "npm run clean && NODE_ENV=production webpack --config webpack.config.js",
    "lint": "tslint -p tsconfig.json --type-check \"src/**/*.ts*\"",
    "prepublish": "npm run build:prod"
  },
  "author": "Levi Lu <levi@node.io>",
  "license": "MIT",
  "dependencies": {
    "jsonwebtoken": "8.1.1",
    "jwk-to-pem": "1.2.6",
    "node-fetch": "2.0.0"
  },
  "devDependencies": {
    "@types/chai": "4.1.2",
    "@types/chai-http": "3.0.4",
    "@types/express": "4.11.1",
    "@types/hapi": "17.0.1",
    "@types/jsonwebtoken": "7.2.5",
    "@types/mocha": "2.2.48",
    "@types/node-fetch": "1.6.7",
    "awesome-typescript-loader": "3.4.1",
    "babel-core": "6.26.0",
    "babel-loader": "7.1.2",
    "babel-polyfill": "6.26.0",
    "babel-preset-env": "1.6.1",
    "chai": "4.1.2",
    "chai-http": "3.0.0",
    "express": "4.16.2",
    "hapi": "17.2.0",
    "mocha": "5.0.1",
    "rimraf": "2.6.2",
    "tslint": "5.9.1",
    "tslint-loader": "3.5.3",
    "typescript": "2.7.2",
    "webpack": "3.11.0"
  },
  "files": [
    "build"
  ]
}
