ethers.js/packages/experimental/package.json
2020-11-23 18:44:11 -05:00

34 lines
893 B
JSON

{
"author": "Richard Moore <me@ricmoo.com>",
"dependencies": {
"@ethersproject/web": "^5.0.6",
"ethers": "^5.0.13",
"scrypt-js": "3.0.1"
},
"description": "Experimental libraries for ethers. These should not be considered stable.",
"ethereum": "donations.ethers.eth",
"keywords": [
"Ethereum",
"ethers"
],
"license": "MIT",
"main": "./lib/index.js",
"module": "./lib.esm/index.js",
"name": "@ethersproject/experimental",
"publishConfig": {
"access": "public"
},
"repository": {
"directory": "packages/experimental",
"type": "git",
"url": "git://github.com/ethers-io/ethers.js.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"sideEffects": false,
"tarballHash": "0xcafbed00a70f6e9ef25b768900dddd786d6b17e61e67aa10d64d2e9a508cf60e",
"types": "./lib/index.d.ts",
"version": "5.0.6"
}