ethers.js/packages/strings/package.json

32 lines
794 B
JSON

{
"name": "@ethersproject/strings",
"version": "5.0.0-beta.130",
"description": "String utility functions.",
"main": "./lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@ethersproject/bytes": ">5.0.0-beta.0",
"@ethersproject/constants": ">5.0.0-beta.0",
"@ethersproject/logger": ">5.0.0-beta.0"
},
"keywords": [
"Ethereum",
"ethers",
"strings",
"utf8"
],
"author": "Richard Moore <me@ricmoo.com>",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git://github.com/ethers-io/ethers.js.git"
},
"module": "./lib.esm/index.js",
"tarballHash": "0xc677425c7f1ff6b76a370731692da0995eba3a44861dd93b147874b8fae74007"
}