2020-01-31 05:26:46 +03:00
|
|
|
{
|
|
|
|
"author": "Richard Moore <me@ricmoo.com>",
|
|
|
|
"dependencies": {
|
2020-05-08 22:28:55 +03:00
|
|
|
"ethers": ">=5.0.0-beta.186"
|
2020-01-31 05:26:46 +03:00
|
|
|
},
|
|
|
|
"description": "ASM libraries and tools for the Ethereum EVM.",
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/node": "^12.7.4",
|
|
|
|
"jison": "^0.4.18"
|
|
|
|
},
|
|
|
|
"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-05-08 22:28:55 +03:00
|
|
|
"tarballHash": "0x1e7ea4e96bf5d23d69faca00f15efb460e4ff3f8aebf186ffcf1457f067e0c1f",
|
2020-01-31 05:26:46 +03:00
|
|
|
"types": "./lib/index.d.ts",
|
2020-05-08 22:28:55 +03:00
|
|
|
"version": "5.0.0-beta.160"
|
2020-01-31 05:26:46 +03:00
|
|
|
}
|