ethers.js/packages/experimental/package.json

30 lines
780 B
JSON
Raw Normal View History

2019-05-15 01:25:46 +03:00
{
"name": "@ethersproject/experimental",
"version": "5.0.0-beta.129",
2019-05-15 01:25:46 +03:00
"description": "Experimental libraries for ethers. These should not be considered stable.",
"main": "./lib/index.js",
2019-05-15 01:25:46 +03:00
"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": "0xaef8cc57062b7338b34d09bae80d7e320fd3f33d2623b76e30efb1a2b064bcc9"
2019-05-15 01:25:46 +03:00
}