ethers.js/packages/asm/package.json

32 lines
774 B
JSON
Raw Normal View History

{
"author": "Richard Moore <me@ricmoo.com>",
"dependencies": {
2020-09-11 09:10:58 +03:00
"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"
},
2020-09-23 06:18:45 +03:00
"tarballHash": "0x29773f2f77c16dcd4e7f6cb0cc1929a249f165cfc128380558a64cc5dff87cb7",
"types": "./lib/index.d.ts",
2020-09-23 06:18:45 +03:00
"version": "5.0.6"
}