{
  "name": "@future-grid/fgp-auth",
  "version": "19.10.1",
  "description": "fgp-auth is a token based auth lib and base on \"auth0 and keycloak. ",
  "main": "dist/fgp-auth.js",
  "scripts": {
    "start": "webpack-dev-server --mode development",
    "build:dev": "webpack --mode development --config webpack.config.dev.js",
    "build:prod": "webpack --mode production --config webpack.config.prod.js",
    "test": "jest"
  },
  "keywords": [
    "fgp",
    "auth",
    "keycloak",
    "auth0"
  ],
  "author": "eric@future-grid.com.au",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/future-grid/fgp-auth.git"
  },
  "devDependencies": {
    "@types/jest": "^24.0.15",
    "jest": "^24.8.0",
    "ts-jest": "^24.0.2",
    "ts-loader": "^6.0.4",
    "typescript": "^3.5.3",
    "webpack": "^4.35.3",
    "webpack-cli": "^3.3.5",
    "webpack-dev-server": "^3.7.2"
  },
  "types": "./dist/index.d.ts",
  "homepage": "https://github.com/future-grid/fgp-auth#readme",
  "dependencies": {
    "keycloak-js": "^6.0.1"
  },
  "bugs": {
    "url": "https://github.com/future-grid/fgp-auth/issues"
  },
  "directories": {
    "example": "example"
  }
}
