{ "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.129", "ethers": ">=5.0.0-beta.156", "scrypt-js": "2.0.4" }, "keywords": [ "Ethereum", "ethers" ], "author": "Richard Moore ", "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", "tarballHash": "0x0fac26c70353824def8f9f61a4460d007a0b2302c2eb800430459bf46e7eec73" }