{ "author": "Richard Moore ", "dependencies": { "ethers": "^5.0.25" }, "description": "ASM libraries and tools for the Ethereum EVM.", "ethereum": "donations.ethers.eth", "funding": [ { "type": "individual", "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2" }, { "type": "individual", "url": "https://www.buymeacoffee.com/ricmoo" } ], "keywords": [ "Ethereum", "asm", "evm" ], "license": "MIT", "main": "./lib/index.js", "module": "./lib.esm/index.js", "name": "@ethersproject/asm", "publishConfig": { "access": "public" }, "repository": { "directory": "packages/asm", "type": "git", "url": "git://github.com/ethers-io/ethers.js.git" }, "scripts": { "generate": "node ./generate.js", "test": "echo \"Error: no test specified\" && exit 1" }, "tarballHash": "0x43ebfbf04de024ed1ed920c6166aa5f8a1c9b50a2991beb2d97ea3592f6e9780", "types": "./lib/index.d.ts", "version": "5.0.11" }