fgp-auth
Version:
fgp-auth is a token based auth lib and base on "auth0 and keycloak.
40 lines (39 loc) • 1.06 kB
JSON
{
"name": "fgp-auth",
"version": "1.0.0",
"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"
}
}