{
  "name": "@rumblefishdev/eth-signer-kms",
  "version": "4.3.1",
  "description": "Sign ethereum transaction/messages using KMS service from AWS",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "test": "jest --runInBand",
    "ci-tests": "docker compose -f tests/docker-compose.yml run test-runner",
    "ci-tests-cmdline": "docker compose -f tests/docker-compose.yml run test-runner bash",
    "lint": "eslint \"**/*.ts\"",
    "build": "rm -rf dist && tsc -p tsconfig.build.json",
    "prepare": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rumblefishdev/eth-signer-kms.git"
  },
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/rumblefishdev/eth-signer-kms/issues"
  },
  "homepage": "https://github.com/rumblefishdev/eth-signer-kms#readme",
  "dependencies": {
    "@types/ethereum-protocol": "^1.0.1",
    "asn1.js": "^5.4.1",
    "bn.js": "^4.12.0",
    "ethers": "^6"
  },
  "devDependencies": {
    "@aws-sdk/client-kms": "^3.810.0",
    "@metamask/eth-sig-util": "^4.0.1",
    "@types/jest": "^28.1.0",
    "@typescript-eslint/eslint-plugin": "^6.0.0",
    "@typescript-eslint/parser": "^6.0.0",
    "eslint": "^8.42.0",
    "eslint-config-prettier": "^9.0.0",
    "eslint-plugin-prettier": "^5.0.0",
    "ethereumjs-util": "^7.1.5",
    "jest": "^29.5.0",
    "prettier": "^3.0.0",
    "ts-jest": "^29.1.0",
    "ts-node": "^10.8.0",
    "typescript": "^5.1.3"
  },
  "publishConfig": {
    "access": "public"
  }
}
