{
  "name": "@adonisjs/auth",
  "version": "3.2.0",
  "description": "Offical authentication provider for Adonis framework",
  "main": "index.js",
  "files": [
    "src",
    "providers",
    "templates",
    "instructions.js",
    "instructions.md"
  ],
  "directories": {
    "test": "test"
  },
  "scripts": {
    "mrm": "mrm --preset=@adonisjs/mrm-preset",
    "pretest": "npm run lint",
    "test": "node japaFile.js",
    "test:win": "node japaFile.js",
    "commit": "git-cz",
    "lint": "standard"
  },
  "keywords": [
    "adonis",
    "adonis-framework",
    "adonis-auth",
    "authentication"
  ],
  "author": "adonisjs",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/adonisjs/adonis-auth"
  },
  "bugs": {
    "url": "https://github.com/adonisjs/adonis-auth/issues"
  },
  "devDependencies": {
    "@adonisjs/fold": "^4.1.0",
    "@adonisjs/lucid": "^6.3.0",
    "@adonisjs/mrm-preset": "^1.0.13",
    "@adonisjs/sink": "^1.1.0",
    "commitizen": "^4.2.3",
    "cookie": "^0.4.1",
    "cz-conventional-changelog": "^3.3.0",
    "edge.js": "^1.1.4",
    "fs-extra": "^9.1.0",
    "japa": "^3.1.1",
    "macroable": "^1.0.0",
    "mrm": "^2.6.1",
    "node-req": "^2.1.1",
    "pkg-ok": "^2.2.0",
    "semver": "^7.3.5",
    "sqlite3": "^5.0.2",
    "standard": "^16.0.3",
    "supertest": "^6.1.3"
  },
  "config": {
    "commitizen": {
      "path": "cz-conventional-changelog"
    }
  },
  "standard": {
    "globals": [
      "use"
    ]
  },
  "dependencies": {
    "@adonisjs/generic-exceptions": "^2.0.1",
    "basic-auth": "^2.0.1",
    "debug": "^4.0.1",
    "jsonwebtoken": "^8.3.0",
    "lodash": "^4.17.11",
    "ms": "^2.1.1",
    "resetable": "^1.0.3",
    "uuid": "^8.3.2"
  }
}
