Viewing File: /home/ubuntu/efiexchange-node-base/node_modules/@ethersproject/rlp/package.json

{
  "author": "Richard Moore <me@ricmoo.com>",
  "dependencies": {
    "@ethersproject/bytes": "^5.8.0",
    "@ethersproject/logger": "^5.8.0"
  },
  "description": "Recursive-Length Prefix (RLP) coder.",
  "ethereum": "donations.ethers.eth",
  "funding": [
    {
      "type": "individual",
      "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
    },
    {
      "type": "individual",
      "url": "https://www.buymeacoffee.com/ricmoo"
    }
  ],
  "gitHead": "fa5f647bb2cde63dd0b9664c42cbfbdc1515e800",
  "keywords": [
    "Ethereum",
    "ethers",
    "rlp"
  ],
  "license": "MIT",
  "main": "./lib/index.js",
  "module": "./lib.esm/index.js",
  "name": "@ethersproject/rlp",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "directory": "packages/rlp",
    "type": "git",
    "url": "git://github.com/ethers-io/ethers.js.git"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "sideEffects": false,
  "tarballHash": "0x95effd0b736c07ae9b05395e737527b211cd2f2831159738e383bea1e9c8d66b",
  "types": "./lib/index.d.ts",
  "version": "5.8.0"
}
Back to Directory File Manager