2020-01-30 21:26:46 -05:00
|
|
|
{
|
|
|
|
"author": "Richard Moore <me@ricmoo.com>",
|
|
|
|
"dependencies": {
|
2024-02-23 22:30:55 -05:00
|
|
|
"ethers": "^5.8.0"
|
2020-01-30 21:26:46 -05:00
|
|
|
},
|
|
|
|
"description": "ASM libraries and tools for the Ethereum EVM.",
|
|
|
|
"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"
|
|
|
|
}
|
|
|
|
],
|
2020-01-30 21:26:46 -05:00
|
|
|
"keywords": [
|
|
|
|
"Ethereum",
|
|
|
|
"asm",
|
|
|
|
"evm"
|
|
|
|
],
|
|
|
|
"license": "MIT",
|
|
|
|
"main": "./lib/index.js",
|
2020-11-16 23:07:24 -05:00
|
|
|
"module": "./lib.esm/index.js",
|
2020-01-30 21:26:46 -05:00
|
|
|
"name": "@ethersproject/asm",
|
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
|
|
|
},
|
|
|
|
"repository": {
|
2020-11-23 18:44:11 -05:00
|
|
|
"directory": "packages/asm",
|
2020-01-30 21:26:46 -05: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"
|
|
|
|
},
|
2024-02-23 22:30:55 -05:00
|
|
|
"tarballHash": "0xce9a8b1e5bd97df74680a73134c7fb6659834b730d4416983cd7c5fcfb684b6d",
|
2020-01-30 21:26:46 -05:00
|
|
|
"types": "./lib/index.d.ts",
|
2024-02-23 22:30:55 -05:00
|
|
|
"version": "5.8.0"
|
2020-01-30 21:26:46 -05:00
|
|
|
}
|