{
    "name": "@difof/lct",
    "version": "1.1.0",
    "author": "difof",
    "repository": "https://github.com/difof/LinearCliffTimelock",
    "license": "AGPL-3.0-only",
    "scripts": {
        "format": "prettier --config .prettierrc . --write",
        "lint": "eslint src --ext .ts",
        "clean": "rm -fr artifacts cache typechain",
        "compile": "npx hardhat compile",
        "test": "npx hardhat test --show-stack-traces --network hardhat tests/*.ts",
        "deploy:registry": "npx hardhat run scripts/deploy-registry.ts --network",
        "deploy:lct": "npx hardhat run scripts/deploy-lct.ts --network",
        "deploy:token": "npx hardhat run scripts/deploy-token.ts --network",
        "verify": "npx hardhat verify --network",
        "local-node": "npx hardhat node"
    },
    "files": [
        "/contracts/**/*.sol",
        "/typechain/**/*.ts"
    ],
    "keywords": [
        "solidity",
        "ethereum",
        "smart",
        "contracts",
        "vesting",
        "timelock",
        "erc20"
    ],
    "devDependencies": {
        "@nomiclabs/hardhat-ethers": "^2.0.5",
        "@nomiclabs/hardhat-etherscan": "^3.1.0",
        "@nomiclabs/hardhat-waffle": "^2.0.2",
        "@typechain/ethers-v5": "^7.2.0",
        "@typechain/hardhat": "^2.3.1",
        "@types/chai": "^4.3.0",
        "@types/mocha": "^9.1.0",
        "@types/node": "^12.20.45",
        "@typescript-eslint/eslint-plugin": "^4.33.0",
        "@typescript-eslint/parser": "^4.33.0",
        "@walletconnect/web3-provider": "^1.7.8",
        "chai": "^4.3.6",
        "dotenv": "^16.0.1",
        "eslint": "^7.32.0",
        "eslint-config-prettier": "^8.3.0",
        "eslint-config-standard": "^16.0.3",
        "eslint-plugin-import": "^2.25.4",
        "eslint-plugin-node": "^11.1.0",
        "eslint-plugin-prettier": "^3.4.1",
        "eslint-plugin-promise": "^5.2.0",
        "ethereum-waffle": "^3.4.0",
        "hardhat": "^2.8.4",
        "hardhat-gas-reporter": "^1.0.7",
        "moment": "^2.29.4",
        "prettier": "^2.5.1",
        "prettier-plugin-solidity": "^1.0.0-beta.13",
        "solhint": "^3.3.7",
        "solidity-coverage": "^0.7.19",
        "ts-node": "^10.5.0",
        "typechain": "^5.2.0",
        "typescript": "^4.5.5"
    },
    "dependencies": {
        "@openzeppelin/contracts": "^4.5.0",
        "ethers": "^5.5.4"
    }
}
