@orcden/od-authentication
Version:
OrcDen Authentication Library
69 lines (68 loc) • 1.71 kB
JSON
{
"name": "@orcden/od-authentication",
"description": "OrcDen Authentication Library",
"keywords": [
"orcden",
"authentication",
"auth",
"cognito",
"AWS"
],
"version": "4.1.2",
"resolutions": {
"inherits": "2.0.3",
"samsam": "1.1.3",
"supports-color": "3.1.2",
"type-detect": "1.0.0",
"browserslist": "4.6.2",
"caniuse-lite": "1.0.30000974"
},
"main": "dist/index.js",
"contributors": [
"Mackenzie Westelaken <mack@orcden.ca>",
"Andrew McFarlane <andrew@orcden.ca>"
],
"license": "MIT",
"dependencies": {
"@aws-sdk/client-cognito-identity-provider": "^3.3.0",
"aws-amplify": "^3.3.14",
"regenerator-runtime": "^0.13.7"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.8.4",
"@babel/preset-env": "^7.8.4",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.0.6",
"browserslist": "^4.6.2",
"clean-webpack-plugin": "^3.0.0",
"eslint": "^6.8.0",
"webpack": "^5.0.0-beta.13",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3",
"webpack-merge": "^4.2.2",
"webpack-node-externals": "^1.7.2"
},
"repository": {
"type": "git",
"url": "git+https://bitbucket.org/OrcDen/od-authentication.git"
},
"scripts": {
"build": "webpack --config config/webpack.prod.js",
"lint": "eslint lib/**/*.js",
"fix": "eslint lib/**/*.js --fix"
},
"browserslist": [
"defaults",
"not ie 10-11",
"not ie_mob 11",
"not op_mini all",
"not and_qq 1.2",
"not safari 5.1"
],
"homepage": "https://bitbucket.org/OrcDen/od-authentication#readme",
"directories": {
"lib": "lib"
},
"author": "Mackenzie Westelaken"
}