ethers.js/packages/strings/package.json
2019-09-28 02:36:19 -04:00

34 lines
872 B
JSON

{
"name": "@ethersproject/strings",
"version": "5.0.0-beta.132",
"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": "0x828bc4af147c34d9b189821b59ae8d51f5831ec49f6f90d494b0b92a9bad1e66"
}