ethers.js/packages/bytes/package.json

32 lines
833 B
JSON
Raw Normal View History

2019-05-15 01:25:46 +03:00
{
"name": "@ethersproject/bytes",
2019-11-20 12:57:38 +03:00
"version": "5.0.0-beta.133",
2019-05-15 01:25:46 +03:00
"description": "Bytes utility functions for ethers.",
"main": "./lib/index.js",
2019-05-15 01:25:46 +03:00
"scripts": {
"build": "tsc -p ./tsconfig.json",
"auto-build": "npm run build -- -w",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@ethersproject/logger": ">=5.0.0-beta.129"
2019-05-15 01:25:46 +03:00
},
"keywords": [
"Ethereum",
"ethers"
],
"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",
2019-09-08 09:46:53 +03:00
"ethereum": "donations.ethers.eth",
2019-11-20 12:57:38 +03:00
"tarballHash": "0x3e8a397f275035835198e5399652aec1e0427ef473f6abfaccf764cbeecc5b89"
2019-05-15 01:25:46 +03:00
}