32 lines
855 B
JSON
32 lines
855 B
JSON
{
|
|
"name": "@ethersproject/experimental",
|
|
"version": "5.0.0-beta.131",
|
|
"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.129",
|
|
"ethers": ">=5.0.0-beta.156",
|
|
"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",
|
|
"types": "./lib/index.d.ts",
|
|
"ethereum": "donations.ethers.eth",
|
|
"tarballHash": "0x6a3c783128b72139103eaf6e9a0131f43fab8528a288d55fa04136e46149e15d"
|
|
}
|