25 lines
644 B
JSON
25 lines
644 B
JSON
|
{
|
||
|
"name": "@ethersproject/experimental",
|
||
|
"version": "5.0.0-beta.126",
|
||
|
"description": "Experimental libraries for ethers. These should not be considered stable.",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@ethersproject/web": ">5.0.0-beta.0",
|
||
|
"ethers": ">5.0.0-beta.0",
|
||
|
"scrypt-js": "2.0.4"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"Ethereum",
|
||
|
"ethers"
|
||
|
],
|
||
|
"author": "Richard Moore <me@ricmoo.com>",
|
||
|
"license": "MIT",
|
||
|
"publishConfig": {
|
||
|
"access": "public"
|
||
|
},
|
||
|
"tarballHash": "0x03208a62350c0f5fb087f77c922c55eecb3dba2d86e2a445bf30d5993b19fa09"
|
||
|
}
|