contractshark-ganache-options
Version:
Ganache's server/provider options TypeScript types
53 lines (52 loc) • 1.24 kB
JSON
{
"name": "contractshark-ganache-options",
"version": "0.1.1",
"description": "Ganache's server/provider options TypeScript types",
"author": "David Murdoch <david@trufflesuite.com> (https://davidmurdoch.com)",
"homepage": "https://github.com/trufflesuite/ganache-core/tree/develop/src/packages/options#readme",
"license": "MIT",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"source": "index.ts",
"directories": {
"lib": "lib"
},
"files": [
"lib"
],
"repository": {
"type": "git",
"url": "https://github.com/trufflesuite/ganache-core.git",
"directory": "src/packages/options"
},
"scripts": {
"tsc": "ttsc"
},
"bugs": {
"url": "https://github.com/trufflesuite/ganache-core/issues"
},
"keywords": [
"ganache",
"ganache-options",
"ethereum",
"evm",
"blockchain",
"smart contracts",
"dapps",
"solidity",
"vyper",
"fe",
"web3",
"tooling"
],
"dependencies": {
"@contractshark/utils": "^0.1.1",
"bip39": "3.0.2",
"seedrandom": "3.0.5"
},
"devDependencies": {
"@types/seedrandom": "2.4.28",
"google-closure-compiler": "20201102.0.1"
},
"gitHead": "f64218ebd7cd76e70cbb56baa891af9bf5fc5fb8"
}