{
  "name": "@coremod/authentication",
  "version": "0.3.2",
  "description": "Express Passport authentication for Coremod Typescript Node.js application.",
  "main": "src/index.ts",
  "scripts": {
    "build": "tsc -d",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/coremod-io/coremod.git"
  },
  "keywords": [
    "coremod"
  ],
  "author": "Alex Grozav <alex@grozav.com>",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/coremod-io/coremod/issues"
  },
  "homepage": "https://github.com/coremod-io/coremod#readme",
  "gitHead": "86ff195d40ef71f36f56a6d7961b7d8d6bdde9f3",
  "files": [
    "src",
    "dist",
    "LICENSE",
    "README.md"
  ],
  "devDependencies": {
    "@coremod/logger": "^0.3.2",
    "@coremod/typeorm": "^0.3.2",
    "coremod": "^0.3.0",
    "express": "^4.17.1"
  },
  "peerDependencies": {
    "@coremod/logger": "^0.2.8",
    "@coremod/typeorm": "^0.2.8",
    "coremod": "^0.3.0",
    "express": "^4.17.1"
  },
  "dependencies": {
    "bcrypt": "^5.0.0",
    "class-transformer": "^0.3.1",
    "class-validator": "^0.12.2",
    "jsonwebtoken": "^8.5.1",
    "passport": "^0.4.1",
    "passport-jwt": "^4.0.0",
    "passport-local": "^1.0.0",
    "routing-controllers": "^0.9.0-alpha.6",
    "routing-controllers-openapi": "^2.0.1",
    "typedi": "^0.8.0",
    "typeorm": "^0.2.25",
    "typeorm-typedi-extensions": "^0.2.3"
  }
}
