ethers.js/packages/strings/package.json

33 lines
834 B
JSON
Raw Normal View History

2019-05-15 01:25:46 +03:00
{
"name": "@ethersproject/strings",
"version": "5.0.0-beta.130",
2019-05-15 01:25:46 +03:00
"description": "String utility functions.",
"main": "./lib/index.js",
2019-05-15 01:25:46 +03:00
"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"
2019-05-15 01:25:46 +03:00
},
"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",
"tarballHash": "0xad6de3522ce3c505a97fa0f8335e22c73752e683f5dd81e28d84269616abd8eb"
2019-05-15 01:25:46 +03:00
}