{
  "name": "@dfinity/rosetta-client",
  "version": "0.6.2",
  "main": "./index.js",
  "type": "commonjs",
  "license": "Apache-2.0",
  "author": "DFINITY Stiftung <sdk@dfinity.org>",
  "keywords": [
    "rosetta",
    "dfinity",
    "internet-computer"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/dfinity/rosetta-client.git"
  },
  "bugs": {
    "url": "https://github.com/dfinity/rosetta-client/issues"
  },
  "homepage": "https://github.com/dfinity/rosetta-client",
  "scripts": {
    "build": "patch-package && webpack --entry ./index.js --mode production --no-optimization-minimize --no-output-iife --output-library-type commonjs --progress --target node"
  },
  "files": [
    "autogen",
    "lib",
    "patches",
    "index.js"
  ],
  "dependencies": {
    "@dfinity/candid": "^0.9.1",
    "@dfinity/principal": "^0.9.1",
    "axios": "^0.21.1",
    "cbor": "^7.0.5",
    "crc": "^3.8.0",
    "google-protobuf": "^3.17.3",
    "js-sha256": "^0.9.0",
    "json-bigint": "^1.0.0",
    "node-forge": "^1.0.0",
    "tweetnacl": "^1.0.3"
  },
  "devDependencies": {
    "0x": "^4.10.2",
    "node-inspect-extracted": "^1.0.7",
    "patch-package": "^6.4.7",
    "webpack": "^5.41.1",
    "webpack-cli": "^4.7.2"
  }
}
