{
  "name": "@ngx-auth/core",
  "version": "9.0.0",
  "description": "JWT authentication utility for Angular & Angular Universal",
  "repository": {
    "type": "git",
    "url": "https://github.com/fulls1z3/ngx-auth.git"
  },
  "keywords": [
    "security",
    "authentication",
    "server side rendering",
    "jwt",
    "auth",
    "universal",
    "angular"
  ],
  "author": {
    "name": "Burak Tasci",
    "email": "mail@buraktasci.com"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/fulls1z3/ngx-auth/issues"
  },
  "homepage": "https://github.com/fulls1z3/ngx-auth/tree/master/packages/@ngx-auth/core#readme",
  "peerDependencies": {
    "@angular/common": ">=9.0.0 <10.0.0",
    "@angular/core": ">=9.0.0 <10.0.0",
    "@angular/platform-browser-dynamic": ">=9.0.0 <10.0.0",
    "@angular/router": ">=9.0.0 <10.0.0",
    "rxjs": ">=6.0.0",
    "tslib": "^1.10.0"
  },
  "publishConfig": {
    "access": "public",
    "directory": "../../../dist/@ngx-auth/auth0"
  },
  "main": "bundles/ngx-auth-core.umd.js",
  "module": "fesm5/ngx-auth-core.js",
  "es2015": "fesm2015/ngx-auth-core.js",
  "esm5": "esm5/ngx-auth-core.js",
  "esm2015": "esm2015/ngx-auth-core.js",
  "fesm5": "fesm5/ngx-auth-core.js",
  "fesm2015": "fesm2015/ngx-auth-core.js",
  "typings": "ngx-auth-core.d.ts",
  "sideEffects": false,
  "scripts": {
    "prepublishOnly": "node --eval \"console.error('ERROR: Trying to publish a package that has been compiled by Ivy. This is not allowed.\\nPlease delete and rebuild the package, without compiling with Ivy, before attempting to publish.\\n')\" && exit 1"
  }
}
