ethers.js/packages/asm/package.json

36 lines
854 B
JSON
Raw Normal View History

{
"author": "Richard Moore <me@ricmoo.com>",
"dependencies": {
2020-08-25 08:53:48 +03:00
"ethers": "^5.0.9"
},
"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-09-04 08:37:14 +03:00
"tarballHash": "0xb30d40b8d82dc5b11e00442b54e7e2bafb126a55a98a33bd0e32eb16d5df37cb",
"types": "./lib/index.d.ts",
2020-09-04 08:37:14 +03:00
"version": "5.0.4"
}