{ "author": "Richard Moore ", "dependencies": { "ethers": "^5.0.13" }, "description": "ASM libraries and tools for the Ethereum EVM.", "ethereum": "donations.ethers.eth", "keywords": [ "Ethereum", "asm", "evm" ], "license": "MIT", "main": "./lib/index.js", "module": "./lib.esm/index.js", "name": "@ethersproject/asm", "publishConfig": { "access": "public" }, "repository": { "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": "0x29773f2f77c16dcd4e7f6cb0cc1929a249f165cfc128380558a64cc5dff87cb7", "types": "./lib/index.d.ts", "version": "5.0.6" }