2020-01-31 05:26:46 +03:00
|
|
|
{
|
|
|
|
"author": "Richard Moore <me@ricmoo.com>",
|
|
|
|
"dependencies": {
|
2020-06-13 04:07:12 +03:00
|
|
|
"ethers": "^5.0.0"
|
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-06-13 06:04:10 +03:00
|
|
|
"tarballHash": "0x2e593ba02e13381b148cd39c078c1be52f929f0c600648161054e5979a27647c",
|
2020-01-31 05:26:46 +03:00
|
|
|
"types": "./lib/index.d.ts",
|
2020-06-13 06:04:10 +03:00
|
|
|
"version": "5.0.1"
|
2020-01-31 05:26:46 +03:00
|
|
|
}
|