UNPKG

aws-eks-token

Version:

Generate EKS token with signature v4 signing process.

41 lines (40 loc) 1.03 kB
{ "name": "aws-eks-token", "version": "1.0.5", "description": "Generate EKS token with signature v4 signing process.", "main": "index.js", "scripts": { "test": "mocha", "coverage": "nyc mocha", "report-coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov", "prepublish": "npm run test" }, "repository": { "type": "git", "url": "git+https://github.com/qinshuang1998/aws-eks-token.git" }, "keywords": [ "aws", "eks", "token" ], "author": "Shawn Qin", "license": "Apache-2.0", "bugs": { "url": "https://github.com/qinshuang1998/aws-eks-token/issues" }, "homepage": "https://github.com/qinshuang1998/aws-eks-token#readme", "dependencies": { "aws-sdk": "^2.766.0", "bluebird": "^3.7.2", "crypto-js": "^4.0.0", "dayjs": "^1.9.1" }, "devDependencies": { "chai": "^4.2.0", "chai-as-promised": "^7.1.1", "codecov": "^3.7.2", "mocha": "^8.1.3", "nyc": "^15.1.0" } }