UNPKG

@mhlabs/aws-sdk-sso

Version:

Credentials provider for AWS Single Sign-On

40 lines (39 loc) 839 B
{ "name": "@mhlabs/aws-sdk-sso", "version": "0.0.16", "description": "Credentials provider for AWS Single Sign-On", "main": "index.js", "types": "index.d.ts", "files": [ "index.js", "index.d.ts" ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/mhlabs/aws-sdk-sso.git" }, "keywords": [ "aws", "sso" ], "author": "", "license": "ISC", "bugs": { "url": "https://github.com/mhlabs/aws-sdk-sso/issues" }, "homepage": "https://github.com/mhlabs/aws-sdk-sso#readme", "devDependencies": { "@types/node": "^14.0.27" }, "dependencies": { "@aws-sdk/shared-ini-file-loader": "^3.7.0", "open": "^7.1.0", "sha1": "^1.1.1" }, "publishConfig": { "access": "public" } }