{
  "name": "tenderly-wizard-v6",
  "version": "6.0.10",
  "description": "A tool for managing virtual testnets using Tenderly",
  "main": "src/index.ts",
  "types": "src/index.ts",
  "type": "commonjs",
  "bin": "./bin/cli.js",
  "scripts": {
    "start": "ts-node src/index.ts",
    "build": "tsc -p tsconfig.json",
    "format": "prettier 'src/**/*.ts' -w",
    "publish:v6": "./publish.sh",
    "deploy:safes": "hardhat run src/scripts/deploy-vnet-safes.ts --network virtual_mainnet",
    "save:vnet-snapshot": "hardhat run src/scripts/save-vnet-snapshot.ts --network virtual_mainnet",
    "deploy:whitelist": "BYPASS_APPROVALS=true hardhat run src/scripts/whitelist-vnet-safes.ts --network virtual_mainnet",
    "execute:whitelist": "BYPASS_APPROVALS=true hardhat run src/scripts/execute-whitelist-v2-all.ts --network virtual_mainnet",
    "execute:whitelist-v2-one": "BYPASS_APPROVALS=true hardhat run src/scripts/execute-whitelist-v2-one.ts --network virtual_mainnet"
  },
  "keywords": [
    "virtual",
    "testnet",
    "tenderly",
    "ethereum"
  ],
  "author": "Pri Patel",
  "license": "MIT",
  "dependencies": {
    "@anders-t/ethers-ledger": "1.0.4",
    "@gnosis-guild/zodiac": "4.1.1",
    "@tenderly/api-client": "1.0.0",
    "@tenderly/hardhat-tenderly": "1.8.0",
    "@thirdguard/config": "1.1.19",
    "colors": "1.4.0",
    "dotenv": "16.4.5",
    "ethers": "6.10.0",
    "ethers-multisend": "3.1.0",
    "fs-extra": "10.0.0",
    "terminal-kit": "3.1.1",
    "ts-morph": "24.0.0",
    "ts-node": "10.9.2",
    "typescript": "5.8.3",
    "yargs": "17.7.2",
    "zodiac-roles-sdk": "2.14.3"
  },
  "devDependencies": {
    "@nomicfoundation/hardhat-chai-matchers": "2.0.0",
    "@nomicfoundation/hardhat-ethers": "3.0.4",
    "@nomicfoundation/hardhat-ignition": "0.15.0",
    "@nomicfoundation/hardhat-ignition-ethers": "0.15.0",
    "@nomicfoundation/hardhat-network-helpers": "1.0.0",
    "@nomicfoundation/hardhat-toolbox": "5.0.0",
    "@nomicfoundation/hardhat-verify": "2.0.1",
    "@nomicfoundation/ignition-core": "0.15.0",
    "@typechain/ethers-v6": "0.5.1",
    "@typechain/hardhat": "9.0.0",
    "@types/chai": "4.2.14",
    "@types/fs-extra": "11.0.4",
    "@types/mocha": "10.0.4",
    "@types/node": "20.11.30",
    "@types/terminal-kit": "2.5.6",
    "@types/yargs": "17.0.32",
    "chai": "4.2.0",
    "hardhat": "2.21.0",
    "hardhat-gas-reporter": "1.0.8",
    "mocha": "10.7.3",
    "prettier": "3.3.3",
    "solidity-coverage": "0.8.1",
    "ts-prune": "0.10.3",
    "typechain": "8.3.2"
  },
  "packageManager": "yarn@4.2.2"
}
