{
  "name": "auth-node-mysql-ref-jwt",
  "version": "1.0.1",
  "description": "",
  "main": "index.js",
  "directories": {
    "lib": "lib"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/supertokens/auth-node-mysql-ref-jwt.git"
  },
  "keywords": [
    "auth",
    "authentication",
    "authorisation",
    "mysql",
    "nodejs",
    "supertokens",
    "jwt",
    "refresh tokens",
    "chrome",
    "firefox",
    "IE",
    "safari"
  ],
  "contributors": [
    "bhumilsarvaiya",
    "rishabhpoddar"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/supertokens/auth-node-mysql-ref-jwt/issues"
  },
  "homepage": "https://github.com/supertokens/auth-node-mysql-ref-jwt#readme",
  "dependencies": {
    "@types/uuid": "3.4.4",
    "@types/cron": "1.7.1",
    "@types/express": "4.16.1",
    "@types/mysql": "2.15.6",
    "@types/validator": "10.11.0",
    "cron": "1.7.1",
    "mysql": "2.17.1",
    "uuid": "3.3.2",
    "validator": "10.11.0"
  },
  "devDependencies": {}
}