UNPKG

@cuonghx.gu-tech/ethers-aws-kms-signer

Version:

The @aws-sdk/client-kms integration with ethers@v6 signer

66 lines (65 loc) 1.85 kB
{ "name": "@cuonghx.gu-tech/ethers-aws-kms-signer", "version": "0.9.1", "description": "The @aws-sdk/client-kms integration with ethers@v6 signer", "main": "dist/src/index.js", "types": "dist/src/index.d.ts", "files": [ "dist/", "README.md" ], "scripts": { "eslint": "eslint ./", "test": "ts-mocha --files -r tsconfig-paths/register test/*.spec.ts", "build": "tsc" }, "repository": { "type": "git", "url": "git+https://github.com/0xcuonghx/ethers-kms-signer.git" }, "keywords": [ "aws-kms", "ethers@v6" ], "author": "cuonghx-gutech <cuonghx@gu-tech.com>", "license": "MIT", "bugs": { "url": "https://github.com/0xcuonghx/ethers-kms-signer/issues" }, "homepage": "https://github.com/0xcuonghx/ethers-kms-signer", "devDependencies": { "@types/chai": "^4.3.4", "@types/mocha": "^10.0.1", "@types/node": "^18.13.0", "@typescript-eslint/eslint-plugin": "^5.51.0", "@typescript-eslint/parser": "^5.51.0", "chai": "^4.3.7", "dotenv": "^16.0.3", "eslint": "^8.34.0", "eslint-config-prettier": "^8.6.0", "eslint-config-standard": "^17.0.0", "eslint-plugin-eslint-comments": "^3.2.0", "eslint-plugin-import": "^2.27.5", "eslint-plugin-n": "^15.6.1", "eslint-plugin-node": "^11.1.0", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-promise": "^6.1.1", "eslint-plugin-simple-import-sort": "^10.0.0", "mocha": "^10.2.0", "prettier": "^2.8.4", "ts-mocha": "^10.0.0", "ts-node": "^10.9.1", "tsconfig-paths": "^4.1.2", "typescript": "^4.9.5" }, "dependencies": { "@aws-sdk/client-kms": "^3.523.0", "@peculiar/asn1-ecc": "^2.3.8", "@peculiar/asn1-schema": "^2.3.8", "@peculiar/asn1-x509": "^2.3.8", "ethers": "^6.11.1" }, "publishConfig": { "access": "public" } }