ethers.js/packages/strings/package.json
2019-09-08 02:46:53 -04:00

34 lines
872 B
JSON

{
"name": "@ethersproject/strings",
"version": "5.0.0-beta.131",
"description": "String utility functions.",
"main": "./lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@ethersproject/bytes": ">=5.0.0-beta.129",
"@ethersproject/constants": ">=5.0.0-beta.128",
"@ethersproject/logger": ">=5.0.0-beta.129"
},
"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",
"types": "./lib/index.d.ts",
"ethereum": "donations.ethers.eth",
"tarballHash": "0x2a6c67020bb34acde28cf91a76ee94da0e7758a200b2e88e93fdfa21f0adb167"
}