{
  "name": "@radixdlt/crypto",
  "version": "2.1.17",
  "description": "Cryptographic primitives such as digests (hashing) and Elliptic Curve Cryptography (ECC) methods such as key generation, signing and verify.",
  "keywords": [
    "Crypto",
    "ECC",
    "Elliptic Curve Cryptography",
    "Hashing",
    "SHA256",
    "Digests",
    "secp256k1",
    "Sign",
    "Verify",
    "KeyGen"
  ],
  "author": "Alexander Cyon <alex.cyon@gmail.com>",
  "homepage": "https://github.com/radixdlt/radixdlt-javascript/tree/master/packages/crypto#readme",
  "license": "Apache-2.0",
  "main": "dist/index.js",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/radixdlt/radixdlt-javascript.git"
  },
  "scripts": {
    "test": "echo \"Error: run tests from root\" && exit 1"
  },
  "bugs": {
    "url": "https://github.com/radixdlt/radixdlt-javascript/issues"
  },
  "engines": {
    "node": ">=15.5.0 <16"
  },
  "dependencies": {
    "@radixdlt/data-formats": "1.0.30",
    "@radixdlt/primitives": "^3.0.9",
    "@radixdlt/uint256": "1.1.0",
    "@radixdlt/util": "1.0.29",
    "base-x": "^3.0.8",
    "elliptic": "^6.5.3",
    "neverthrow": "^4.0.1",
    "node-forge": "^0.10.0",
    "scrypt-js": "^3.0.1",
    "uuid": "^8.3.2"
  },
  "devDependencies": {
    "@radixdlt/radix-engine-toolkit": "^1.0.2",
    "@types/elliptic": "^6.4.12",
    "@types/node-forge": "^0.9.7",
    "@types/scrypt-js": "^2.0.4",
    "@types/uuid": "^8.3.0"
  },
  "gitHead": "ab9c32eb1fa60d467362ef8eb97799ccf475eb2d"
}
