30 lines
780 B
JSON
30 lines
780 B
JSON
{
|
|
"name": "@ethersproject/experimental",
|
|
"version": "5.0.0-beta.129",
|
|
"description": "Experimental libraries for ethers. These should not be considered stable.",
|
|
"main": "./lib/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"
|
|
},
|
|
"module": "./lib.esm/index.js",
|
|
"tarballHash": "0xf5f098266abb3959cec1221ea114f9c9f4330440fd0ebe1e0993961c576675f8"
|
|
}
|