ethers.js/packages/asm/package.json

36 lines
873 B
JSON
Raw Normal View History

{
"author": "Richard Moore <me@ricmoo.com>",
"dependencies": {
"ethers": ">=5.0.0-beta.171"
},
"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-04-24 06:35:39 +03:00
"tarballHash": "0x6943c3fd06b50971ff04aa2838ec0b7c8ae2c39c591ca8b2d1bcad4a0e8028f0",
"types": "./lib/index.d.ts",
2020-04-18 12:14:55 +03:00
"version": "5.0.0-beta.159"
}