{
   "name": "cognito-express",
   "version": "2.0.19",
   "description": "cognito-express authenticates API requests on a Node-Express application by verifying the signature of AccessToken or IDToken generated by Amazon Cognito.",
   "main": "./lib/index.js",
   "scripts": {
      "test": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
      "start": "npm test"
   },
   "keywords": [
      "express",
      "aws",
      "amazon",
      "passport",
      "cognito",
      "auth",
      "authentication",
      "identity"
   ],
   "author": "Gary Arora (https://twitter.com/AroraGary)",
   "license": "MIT",
   "files": [
      "LICENSE",
      "README.md",
      "lib/"
   ],
   "dependencies": {
      "jsonwebtoken": "^8.3.0",
      "jwk-to-pem": "^2.0.0",
      "request": "^2.88.0",
      "request-promise": "^4.2.2"
   },
   "devDependencies": {
      "chai": "^4.1.2",
      "chai-as-promised": "^7.1.1",
      "coveralls": "^3.0.2",
      "istanbul": "^0.4.5",
      "mocha": "^8.0.1",
      "rewire": "^4.0.1"
   },
   "repository": {
      "type": "git",
      "url": "git+https://github.com/ghdna/cognito-express.git"
   },
   "bugs": {
      "url": "https://github.com/ghdna/cognito-express/issues"
   },
   "homepage": "https://github.com/ghdna/cognito-express#readme"
}
