{
  "name": "@commun/users",
  "version": "1.0.0",
  "description": "Commun users",
  "author": "Commun <admin@commun.dev>",
  "homepage": "https://commun.dev",
  "license": "MIT",
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/commundev/commun.git"
  },
  "scripts": {
    "prepublishOnly": "tsc",
    "tsc": "tsc",
    "test": "jest --forceExit --coverage --verbose"
  },
  "bugs": {
    "url": "https://github.com/commundev/commun/issues"
  },
  "dependencies": {
    "@commun/core": "^1.0.0",
    "@commun/emails": "^1.0.0",
    "express": "^4.17.1",
    "express-jwt": "^6.0.0",
    "express-session": "^1.17.0",
    "jsonwebtoken": "^8.5.1",
    "ms": "^2.1.2",
    "passport": "^0.4.1",
    "passport-facebook": "^3.0.0",
    "passport-github2": "^0.1.11",
    "passport-google-oauth20": "^2.0.0",
    "passport-local": "^1.0.0"
  },
  "devDependencies": {
    "@commun/test-utils": "^1.0.0",
    "@shelf/jest-mongodb": "^1.1.5",
    "@types/express": "^4.17.2",
    "@types/express-jwt": "^0.0.42",
    "@types/json-schema": "^7.0.5",
    "@types/jsonwebtoken": "^8.3.9",
    "@types/mongodb": "^3.5.14",
    "@types/ms": "^0.7.31",
    "@types/nodemailer": "^6.4.0",
    "@types/passport": "^1.0.2",
    "@types/passport-facebook": "^2.1.9",
    "@types/passport-github2": "^1.2.4",
    "@types/passport-google-oauth20": "^2.0.3",
    "@types/passport-local": "^1.0.33",
    "@types/supertest": "^2.0.8",
    "supertest": "^4.0.2",
    "typescript": "^3.8.3"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "bb2abcf02d68a885d08f58a3e658730eadf3178e"
}
