ethers.js/packages/strings/package.json
2020-09-22 23:18:45 -04:00

35 lines
890 B
JSON

{
"author": "Richard Moore <me@ricmoo.com>",
"dependencies": {
"@ethersproject/bytes": "^5.0.4",
"@ethersproject/constants": "^5.0.4",
"@ethersproject/logger": "^5.0.5"
},
"description": "String utility functions.",
"ethereum": "donations.ethers.eth",
"gitHead": "261eb04e97cdc1ff11e4716e9c7f421d681aceb1",
"keywords": [
"Ethereum",
"ethers",
"strings",
"utf8"
],
"license": "MIT",
"main": "./lib/index.js",
"module": "./lib.esm/index.js",
"name": "@ethersproject/strings",
"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": "0x0bb95a9555010137f1bfc3c427ce6750e00bfa6aa98f36c3cf94979b635fda6d",
"types": "./lib/index.d.ts",
"version": "5.0.5"
}