ethers.js/packages/asm/package.json
2020-11-16 23:07:24 -05:00

32 lines
774 B
JSON

{
"author": "Richard Moore <me@ricmoo.com>",
"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": "0xa34335f80d32a66c7b35829a2f4c253b231e4b33607c73c1b3df61201fe31068",
"types": "./lib/index.d.ts",
"version": "5.0.7"
}