ethers.js/packages/experimental/package.json

44 lines
1.1 KiB
JSON
Raw Permalink Normal View History

2019-05-14 18:25:46 -04:00
{
"author": "Richard Moore <me@ricmoo.com>",
2019-05-14 18:25:46 -04:00
"dependencies": {
2024-02-23 22:30:55 -05:00
"@ethersproject/web": "^5.8.0",
"ethers": "^5.8.0",
2020-05-21 00:07:41 -04:00
"scrypt-js": "3.0.1"
2019-05-14 18:25:46 -04:00
},
"description": "Experimental libraries for ethers. These should not be considered stable.",
"ethereum": "donations.ethers.eth",
2020-11-23 19:23:11 -05:00
"funding": [
{
"type": "individual",
"url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
},
{
"type": "individual",
"url": "https://www.buymeacoffee.com/ricmoo"
}
],
2019-05-14 18:25:46 -04:00
"keywords": [
"Ethereum",
"ethers"
],
"license": "MIT",
"main": "./lib/index.js",
2020-11-16 23:07:24 -05:00
"module": "./lib.esm/index.js",
"name": "@ethersproject/experimental",
2019-05-14 18:25:46 -04:00
"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"
},
2020-11-14 17:42:36 -05:00
"sideEffects": false,
2024-02-23 22:30:55 -05:00
"tarballHash": "0x770dec98e0d363a20e0ec6ff3fd23832a9f0ebc9cbfa96de984a19232a816854",
"types": "./lib/index.d.ts",
2024-02-23 22:30:55 -05:00
"version": "5.8.0"
2019-05-14 18:25:46 -04:00
}