ethers.js/packages/shims/package.json

29 lines
754 B
JSON
Raw Normal View History

2019-05-15 01:25:46 +03:00
{
"_ethers_nobuild": true,
"author": "Richard Moore <me@ricmoo.com>",
2020-09-06 06:35:35 +03:00
"browser": "./dist/index.min.js",
2019-05-15 01:25:46 +03:00
"description": "Shims required for ethers in constrained environments.",
"ethereum": "donations.ethers.eth",
2019-05-15 01:25:46 +03:00
"keywords": [
"Ethereum",
"ethers"
],
"license": "MIT",
"main": "./src/index.js",
"name": "@ethersproject/shims",
2019-05-15 01:25:46 +03:00
"publishConfig": {
"access": "public"
},
"repository": {
"directory": "packages/shims",
"type": "git",
"url": "git://github.com/ethers-io/ethers.js.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
2020-11-20 01:44:10 +03:00
"tarballHash": "0x9e1228ba0a188979a1c98f336d845d24f4846b08d8e02ef6fa2247f7223ce154",
"types": "./lib/index.d.ts",
2020-11-20 01:44:10 +03:00
"version": "5.0.9"
2019-05-15 01:25:46 +03:00
}