{
  "name": "jwt-redhat",
  "version": "1.1.1",
  "description": "Client side JavaScript library to interact with Red Hat JWT",
  "main": "dist/jwt.js",
  "types": "@types/index.d.ts",
  "files": [
    "dist/*",
    "dist/**/*",
    "@types/**"
  ],
  "directories": {
    "lib": "dist",
    "types": "@types"
  },
  "scripts": {
    "clean": "rimraf dist @types",
    "lint": "./node_modules/.bin/tslint 'src/**/*.ts'",
    "build": "npm run clean && npm run build:types && webpack --config webpack.config.ts --bail --progress --profile",
    "build:types": "tsc -p tsconfig.generate.json",
    "patch-release": "npm run build && npm version patch && npm publish && git push --follow-tags",
    "prepublish": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/redhataccess/jwt"
  },
  "author": "Samuel Mendenhall <Samuel.Mendenhall@gmail.com> (https://github.com/engineersamuel)",
  "license": "MIT",
  "devDependencies": {
    "@types/node": "^11.13.4",
    "@types/webpack": "^4.4.27",
    "btoa-lite": "^1.0.0",
    "html-webpack-inline-source-plugin": "^0.0.10",
    "html-webpack-plugin": "^3.2.0",
    "keycloak-js": "^16.1.1",
    "localforage": "^1.7.3",
    "rimraf": "^2.6.3",
    "ts-loader": "^5.3.3",
    "ts-node": "^8.1.0",
    "tslint": "^5.16.0",
    "tslint-loader": "^3.5.4",
    "typescript": "^4.6.3",
    "webpack": "^4.30.0",
    "webpack-cli": "^3.3.0"
  },
  "peerDependencies": {
    "keycloak-js": "^16.1.1",
    "localforage": ">=1.7.3"
  }
}
