@horizonx/ic-identity-kms-js
Version:
SignIdentity implementation with AWS KMS for Internet Computer.
46 lines (45 loc) • 1.18 kB
JSON
{
"name": "@horizonx/ic-identity-kms-js",
"description": "SignIdentity implementation with AWS KMS for Internet Computer.",
"keywords": [
"ICP",
"Internet Computer"
],
"version": "0.0.3",
"author": "HorizonX",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/horizonx-tech/ic-identity-kms-js.git"
},
"homepage": "https://github.com/horizonx-tech/ic-identity-kms-js",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "yarn clean && tsc -p tsconfig.build.json && tsc-alias",
"clean": "rimraf dist"
},
"dependencies": {
"@aws-sdk/client-kms": "^3.821.0",
"@dfinity/agent": "^2.4.1",
"@dfinity/candid": "^2.4.1",
"@dfinity/identity-secp256k1": "^2.4.1",
"@noble/curves": "^1.9.1",
"@noble/hashes": "^1.8.0"
},
"devDependencies": {
"@tsconfig/recommended": "^1.0.8",
"@types/node": "^22.15.29",
"rimraf": "^6.0.1",
"tsc-alias": "^1.8.16",
"typescript": "^5.8.3"
},
"peerDependencies": {
"@aws-sdk/client-kms": "^3.821.0",
"@dfinity/agent": "^2.4.1",
"@dfinity/candid": "^2.4.1"
}
}