@ganache/utils
Version:
Utility functions for @ganache packages
69 lines (68 loc) • 1.73 kB
JSON
{
"name": "@ganache/utils",
"publishConfig": {
"access": "public"
},
"version": "0.9.2",
"description": "Utility functions for @ganache packages",
"author": "David Murdoch <david@trufflesuite.com> (https://davidmurdoch.com)",
"homepage": "https://github.com/trufflesuite/ganache/tree/develop/packages/utils#readme",
"license": "MIT",
"main": "lib/index.js",
"typings": "typings",
"source": "index.ts",
"directories": {
"lib": "lib",
"test": "tests"
},
"files": [
"lib",
"typings"
],
"repository": {
"type": "git",
"url": "https://github.com/trufflesuite/ganache.git",
"directory": "packages/utils"
},
"scripts": {
"tsc": "tsc --build",
"test": "npm run mocha",
"mocha": "cross-env TS_NODE_FILES=true mocha -s 0 -t 0 --exit --check-leaks --throw-deprecation --trace-warnings --require ts-node/register 'tests/**/*.test.ts'"
},
"bugs": {
"url": "https://github.com/trufflesuite/ganache/issues"
},
"keywords": [
"ganache",
"ganache-utils",
"ethereum",
"evm",
"blockchain",
"smart contracts",
"dapps",
"solidity",
"vyper",
"fe",
"web3",
"tooling"
],
"dependencies": {
"@ganache/secp256k1": "0.5.2",
"@trufflesuite/bigint-buffer": "1.1.10",
"emittery": "0.10.0",
"keccak": "3.0.2",
"seedrandom": "3.0.5"
},
"devDependencies": {
"@trufflesuite/uws-js-unofficial": "20.30.0-unofficial.0",
"@types/mocha": "9.0.0",
"@types/seedrandom": "3.0.1",
"cross-env": "7.0.3",
"mocha": "9.1.3",
"sinon": "11.1.2",
"tmp-promise": "3.0.2",
"ts-node": "10.9.1",
"typescript": "5.1.6"
},
"gitHead": "547c900a50d19b094ef636a9aeccf4f7f2356430"
}