{
    "name": "transaction-retry-tool",
    "version": "0.1.1",
    "description": "Tool to retry transactions on a blockchain",
    "repository": "https://github.com/marc-aurele-besner/transaction-retry-tool.git",
    "author": "Marc-Aurele Besner <82244926+marc-aurele-besner@users.noreply.github.com>",
    "license": "MIT",
    "main": "dist/index",
    "typings": "dist/index",
    "bin": {
        "deployment-tool": "./index.ts"
    },
    "bugs": {
        "url": "https://github.com/marc-aurele-besner/transaction-retry-tool/issues"
    },
    "types": "dist/index.d.ts",
    "keywords": [
        "solidity",
        "ethereum",
        "hardhat",
        "mainnet",
        "transaction",
        "smart-contract"
    ],
    "files": [
        "dist/",
        "src/",
        "LICENSE",
        "README.md"
    ],
    "scripts": {
        "lint:fix": "prettier --write src/**/*.{js,ts} && tslint --fix --config tslint.json --project tsconfig.json",
        "lint": "tslint --config tslint.json --project tsconfig.json",
        "prepublishOnly": "tsc --project tsconfig.prod.json",
        "build": "npx awesome-readme && tsc --project tsconfig.prod.json",
        "watch": "tsc -w"
    },
    "devDependencies": {
        "@nomiclabs/hardhat-ethers": "^2.2.2",
        "@types/inquirer": "^9.0.3",
        "@types/node": "^18.14.0",
        "awesome-readme": "^0.0.8",
        "hardhat": "^2.12.7",
        "prettier": "^2.8.4",
        "ts-node": "^10.9.1",
        "tslint": "^6.1.3",
        "tslint-config-prettier": "^1.18.0",
        "tslint-plugin-prettier": "^2.3.0",
        "typescript": "^4.9.5"
    },
    "peerDependencies": {
        "@nomiclabs/hardhat-ethers": "^2.2.2",
        "hardhat": "^2.12.7"
    },
    "dependencies": {
        "inquirer": "^8.2.5"
    }
}
