2020-01-31 05:26:46 +03:00
|
|
|
{
|
|
|
|
"author": "Richard Moore <me@ricmoo.com>",
|
|
|
|
"dependencies": {
|
2021-04-23 05:10:56 +03:00
|
|
|
"ethers": "^5.2.0"
|
2020-01-31 05:26:46 +03:00
|
|
|
},
|
|
|
|
"description": "ASM libraries and tools for the Ethereum EVM.",
|
|
|
|
"ethereum": "donations.ethers.eth",
|
2020-11-24 03:23:11 +03:00
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"type": "individual",
|
|
|
|
"url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "individual",
|
|
|
|
"url": "https://www.buymeacoffee.com/ricmoo"
|
|
|
|
}
|
|
|
|
],
|
2020-01-31 05:26:46 +03:00
|
|
|
"keywords": [
|
|
|
|
"Ethereum",
|
|
|
|
"asm",
|
|
|
|
"evm"
|
|
|
|
],
|
|
|
|
"license": "MIT",
|
|
|
|
"main": "./lib/index.js",
|
2020-11-17 07:07:24 +03:00
|
|
|
"module": "./lib.esm/index.js",
|
2020-01-31 05:26:46 +03:00
|
|
|
"name": "@ethersproject/asm",
|
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
|
|
|
},
|
|
|
|
"repository": {
|
2020-11-24 02:44:11 +03:00
|
|
|
"directory": "packages/asm",
|
2020-01-31 05:26:46 +03:00
|
|
|
"type": "git",
|
|
|
|
"url": "git://github.com/ethers-io/ethers.js.git"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"generate": "node ./generate.js",
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
2021-03-30 22:22:45 +03:00
|
|
|
"tarballHash": "0x08e35b51e252b8780fdd4fb88d2df605fc0ba2731a106f73738660fb263a2827",
|
2020-01-31 05:26:46 +03:00
|
|
|
"types": "./lib/index.d.ts",
|
2021-04-23 05:10:56 +03:00
|
|
|
"version": "5.2.0"
|
2020-01-31 05:26:46 +03:00
|
|
|
}
|