{
  "name": "rewt",
  "version": "3.0.0",
  "description": "JWT with Redis as the source of a shared secret for easy/fast rotation",
  "main": "index.js",
  "scripts": {
    "ci": "npm run lint && npm test",
    "lint": "eslint .",
    "test": "jest",
    "test:all": "INTEGRATION_TEST=true RESET_TEST=true jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mixmaxhq/rewt.git"
  },
  "keywords": [
    "jwt",
    "json web token",
    "authentication",
    "security",
    "redis"
  ],
  "author": "Trey Tacon <trey@mixmax.com> (https://mixmax.com)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mixmaxhq/rewt/issues"
  },
  "homepage": "https://github.com/mixmaxhq/rewt#readme",
  "dependencies": {
    "jsonwebtoken": "^8.3.0",
    "redis": "^2.7.1",
    "uuid": "^2.0.3"
  },
  "devDependencies": {
    "@mixmaxhq/prettier-config": "^1.0.0",
    "eslint": "^6.8.0",
    "eslint-config-mixmax": "^4.8.0",
    "jest": "^26.5.3",
    "pre-commit": "^1.2.2",
    "prettier": "^1.19.1",
    "promise-callbacks": "^3.8.2"
  },
  "pre-commit": [
    "lint"
  ]
}
