ethers.js/packages/asm/package.json
2020-12-14 01:25:31 -05:00

43 lines
1.0 KiB
JSON

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