ethers.js/packages/strings/package.json
2021-03-30 15:22:45 -04:00

46 lines
1.1 KiB
JSON

{
"author": "Richard Moore <me@ricmoo.com>",
"dependencies": {
"@ethersproject/bytes": "^5.1.0",
"@ethersproject/constants": "^5.1.0",
"@ethersproject/logger": "^5.1.0"
},
"description": "String utility functions.",
"ethereum": "donations.ethers.eth",
"funding": [
{
"type": "individual",
"url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
},
{
"type": "individual",
"url": "https://www.buymeacoffee.com/ricmoo"
}
],
"keywords": [
"Ethereum",
"ethers",
"strings",
"utf8"
],
"license": "MIT",
"main": "./lib/index.js",
"module": "./lib.esm/index.js",
"name": "@ethersproject/strings",
"publishConfig": {
"access": "public"
},
"repository": {
"directory": "packages/strings",
"type": "git",
"url": "git://github.com/ethers-io/ethers.js.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"sideEffects": false,
"tarballHash": "0xaf3e510c2af8cc151ae4974a66508e4295ad1a7e0dd6bacce2b8a54d9065ceb1",
"types": "./lib/index.d.ts",
"version": "5.1.0"
}