29 lines
740 B
JSON
29 lines
740 B
JSON
{
|
|
"name": "@ethersproject/experimental",
|
|
"version": "5.0.0-beta.128",
|
|
"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"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/ethers-io/ethers.js.git"
|
|
},
|
|
"tarballHash": "0x421b677f833795c78c1169e3f9c9ee1a5cd2759deae4b6481e0fd175648c85d1"
|
|
}
|