ethers.js/packages/base64/package.json
2020-07-13 08:03:56 -04:00

33 lines
823 B
JSON

{
"author": "Richard Moore <me@ricmoo.com>",
"browser": "./lib/browser.js",
"browser.esm": "./lib.esm/browser.js",
"browser.umd": "./lib/browser.js",
"dependencies": {
"@ethersproject/bytes": "^5.0.0"
},
"description": "Base64 coder.",
"ethereum": "donations.ethers.eth",
"keywords": [
"Ethereum",
"ethers"
],
"license": "MIT",
"main": "./lib/index.js",
"module": "./lib.esm/index.js",
"name": "@ethersproject/base64",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git://github.com/ethers-io/ethers.js.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"tarballHash": "0x0acd5bf2ef31a913816b0213f3e64303d8661a245962cc2f2290a96fefe4fbea",
"types": "./lib/index.d.ts",
"version": "5.0.2"
}