{
  "name": "jwt-logout-app",
  "version": "1.0.4",
  "description": "A JWT Logout app that maitaines a dictionary of JWTs mapped to a userid which can then be used for performig logout when using JWT for sign-in",
  "main": "dist/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build-ts": "tsc",
    "build": "npm run build-ts"
  },
  "repository": {
    "type": "git",
    "url": "git clone https://ayadav_sprighub@bitbucket.org/drohila_sh/sh-apis.git"
  },
  "keywords": [
    "JWT",
    "Token",
    "Logout"
  ],
  "devDependencies": {
    "@types/node": "^11.10.4"
  },
  "author": "maestro",
  "license": "ISC"
}
