2019-05-14 18:25:46 -04:00
|
|
|
{
|
2019-11-23 21:38:13 +09:00
|
|
|
"author": "Richard Moore <me@ricmoo.com>",
|
2019-05-14 18:25:46 -04:00
|
|
|
"dependencies": {
|
2019-11-13 21:47:08 +09:00
|
|
|
"@ensdomains/address-encoder": "^0.1.2",
|
2020-06-12 21:07:12 -04:00
|
|
|
"@ethersproject/web": "^5.0.0",
|
|
|
|
"ethers": "^5.0.0",
|
2020-05-21 00:07:41 -04:00
|
|
|
"scrypt-js": "3.0.1"
|
2019-05-14 18:25:46 -04:00
|
|
|
},
|
2019-11-23 21:38:13 +09:00
|
|
|
"description": "Experimental libraries for ethers. These should not be considered stable.",
|
|
|
|
"ethereum": "donations.ethers.eth",
|
2019-05-14 18:25:46 -04:00
|
|
|
"keywords": [
|
|
|
|
"Ethereum",
|
|
|
|
"ethers"
|
|
|
|
],
|
|
|
|
"license": "MIT",
|
2019-11-23 21:38:13 +09:00
|
|
|
"main": "./lib/index.js",
|
|
|
|
"module": "./lib.esm/index.js",
|
|
|
|
"name": "@ethersproject/experimental",
|
2019-05-14 18:25:46 -04:00
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
|
|
|
},
|
2019-08-03 01:27:20 -04:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git://github.com/ethers-io/ethers.js.git"
|
|
|
|
},
|
2019-11-23 21:38:13 +09:00
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
2020-07-13 08:03:56 -04:00
|
|
|
"tarballHash": "0x2cce23aa74c1f32f69d7f92dfe1585e82a97bbba2b8fc64261c5b5089e8ed869",
|
2019-08-31 23:56:02 -04:00
|
|
|
"types": "./lib/index.d.ts",
|
2020-07-13 08:03:56 -04:00
|
|
|
"version": "5.0.1"
|
2019-05-14 18:25:46 -04:00
|
|
|
}
|