UNPKG

@web3shark/utils

Version:
59 lines (58 loc) 1.29 kB
{ "name": "@web3shark/utils", "version": "0.1.0", "description": "Utility functions for @ganache packages", "author": "David Murdoch <david@trufflesuite.com> (https://davidmurdoch.com)", "homepage": "https://github.com/trufflesuite/ganache-core/tree/develop/src/packages/utils#readme", "license": "MIT", "main": "lib/index.js", "types": "lib/index.d.ts", "source": "index.ts", "directories": { "lib": "lib", "test": "tests" }, "files": [ "lib" ], "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://github.com/trufflesuite/ganache-core.git", "directory": "src/packages/utils" }, "scripts": { "tsc": "ttsc --build" }, "bugs": { "url": "https://github.com/trufflesuite/ganache-core/issues" }, "keywords": [ "ganache", "ganache-utils", "ethereum", "evm", "blockchain", "smart contracts", "dapps", "solidity", "vyper", "fe", "web3", "tooling" ], "dependencies": { "emittery": "0.7.2", "keccak": "3.0.1", "seedrandom": "3.0.5" }, "devDependencies": { "@types/seedrandom": "2.4.28", "@trufflesuite/uws-js-unofficial": "18.14.0-unofficial.3" }, "optionalDependencies": { "bigint-buffer": "1.1.5" } }