UNPKG

authress-login

Version:

Universal login sdk for Authress authentication as a service. Provides managed authentication for user identity, authentication, and token verification.

90 lines (89 loc) 2.44 kB
{ "name": "authress-login", "version": "2.1.213", "description": "Universal login sdk for Authress authentication as a service. Provides managed authentication for user identity, authentication, and token verification.", "main": "./src/index.js", "types": "./index.d.ts", "files": [ "index.d.ts", "src", "dist" ], "scripts": { "build": "node make.js build && NODE_ENV=production webpack --mode=production", "lint": "eslint --ext .js,.ts src tests make.js index.d.ts", "test": "check-dts index.d.ts && mocha tests/**/*.test.js -R spec" }, "dependencies": { "@authress/login": "^2.2.196", "axios": "^0.21", "cookie": "^0.5.0", "lodash.take": "^4.1.1" }, "devDependencies": { "@babel/core": "^7.17.5", "@babel/preset-env": "^7.16.11", "@types/node": "^14.14.35", "@typescript-eslint/eslint-plugin": "^3.1.0", "@typescript-eslint/parser": "^3.1.0", "babel-loader": "^8.2.3", "chai": "^4.2.0", "check-dts": "^0.4.4", "ci-build-tools": "^1.0.13", "commander": "^4.0.1", "compression-webpack-plugin": "^9.2.0", "eslint": "^7.12.1", "eslint-config-cimpress-atsquad": "^1.0.67", "eslint-loader": "^4.0.2", "eslint-plugin-mocha": "^7.0.1", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^6.1.1", "fs-extra": "^8.1.0", "glob": "^7.1.6", "mocha": "^10.1.0", "path-browserify": "^1.0.1", "sinon": "^7.5.0", "sinon-chai": "^3.3.0", "terser-webpack-plugin": "^5.3.1", "typescript": "^3.9.5", "webpack": "^5.69.1", "webpack-cli": "^4.9.2" }, "repository": { "type": "git", "url": "git+https://github.com/Authress/authress-login.js" }, "keywords": [ "authentication", "authentication as a service", "Login", "Login Client", "universal login", "auth", "federated login", "secure login", "application security", "IDaaS", "authentication", "user authentication", "user identity", "Oauth2", "Oauth2.1", "Oauth3", "platform", "platform login", "extension", "Authress", "Authress client", "user security" ], "author": "Authress Developers <developers@authress.io> (https://authress.io)", "license": "Apache-2.0", "bugs": { "url": "https://github.com/Authress/authress-login.js/issues" }, "homepage": "https://authress.io", "engines": { "node": ">=14" } }