{
    "name": "arowana-staking",
    "version": "1.0.9",
    "description": "Modularized MasterChef Staking Pool with ERC-4626 LP tokens",
    "license": "MIT",
    "author": "Arowana Finance",
    "type": "module",
    "main": "./lib/index.cjs",
    "module": "./lib/index.js",
    "types": "./lib/index.d.ts",
    "exports": {
        ".": {
            "import": "./lib/index.js",
            "require": "./lib/index.cjs",
            "default": "./lib/index.js"
        }
    },
    "keywords": [
        "arowana-finance",
        "solidity",
        "vitepress",
        "actions",
        "hardhat",
        "ethers"
    ],
    "repository": {
        "type": "git",
        "url": "git+https://github.com/arowana-finance/arowana-staking.git"
    },
    "scripts": {
        "hardhat": "cross-env NODE_OPTIONS=\"--loader ts-node/esm/transpile-only --no-warnings=ExperimentalWarning\" hardhat",
        "prettier": "prettier contracts/**/*.sol",
        "lint": "yarn prettier -c && eslint ignition/**/*.ts scripts/**/*.ts src/**/*.ts test/**/*.ts",
        "compile": "hardhat clean && hardhat compile",
        "build": "tsc -p tsconfig.types.json --noEmit && rollup -c",
        "deploy": "yarn hardhat run --no-compile ./scripts/deploy.ts",
        "docs:dev": "vitepress dev docs",
        "docs:build": "vitepress build docs",
        "docs:preview": "vitepress preview docs",
        "test": "yarn hardhat test",
        "coverage": "hardhat clean && yarn hardhat coverage --solcoverjs ./.solcover.cjs && istanbul-badges-readme --colors=\"red:50,yellow:60\""
    },
    "dependencies": {
        "@openzeppelin/contracts": "^5.4.0",
        "@openzeppelin/contracts-upgradeable": "^5.4.0",
        "ethers": "^6.15.0"
    },
    "devDependencies": {
        "@arowanadao/eslint": "^1.0.8",
        "@arowanadao/rollup": "^1.0.8",
        "@nomicfoundation/hardhat-chai-matchers": "2.1.0",
        "@nomicfoundation/hardhat-ethers": "3.1.0",
        "@nomicfoundation/hardhat-ignition": "0.15.13",
        "@nomicfoundation/hardhat-ignition-ethers": "0.15.14",
        "@nomicfoundation/hardhat-network-helpers": "1.1.0",
        "@nomicfoundation/hardhat-toolbox": "6.1.0",
        "@nomicfoundation/hardhat-verify": "2.1.1",
        "@nomicfoundation/ignition-core": "0.15.13",
        "@typechain/ethers-v6": "npm:@arowanadao/typechain-ethers-v6@^0.5.1",
        "@typechain/hardhat": "npm:@arowanadao/typechain-hardhat@^9.1.0",
        "@types/chai": "^5.2.2",
        "@types/mocha": "^10.0.10",
        "@types/node": "^24.3.1",
        "@vitest/coverage-v8": "^3.2.4",
        "chai": "5.2.1",
        "cross-env": "^10.0.0",
        "dotenv": "^17.2.2",
        "ethers-opt": "^1.0.9",
        "glob": "^11.0.3",
        "hardhat": "2.26.3",
        "hardhat-dependency-compiler": "1.2.1",
        "hardhat-gas-reporter": "2.3.0",
        "hardhat-preprocessor": "0.1.5",
        "istanbul-badges-readme": "^1.9.0",
        "logger-chain": "^1.0.3",
        "prettier-plugin-solidity": "^2.1.0",
        "solidity-coverage": "^0.8.16",
        "ts-node": "^10.9.2",
        "tsc": "^2.0.4",
        "tsx": "^4.20.5",
        "typechain": "npm:@arowanadao/typechain@^8.3.3",
        "typescript": "^5.9.2",
        "vitepress": "^1.6.4",
        "vitest": "^3.2.4"
    },
    "resolutions": {
        "@types/minimatch": "5.1.2",
        "cookie": "^0.7.2",
        "fast-glob": ">=3.3.3"
    }
}
