{
  "author": {
    "email": "trejgun@gemunion.io",
    "name": "TrejGun",
    "url": "https://gemunion.io/"
  },
  "dependencies": {
    "@gemunion/contracts-constants": "^5.0.47",
    "@gemunion/contracts-utils": "^5.0.47",
    "@nomicfoundation/hardhat-ignition": "0.15.5",
    "@nomicfoundation/hardhat-ignition-ethers": "0.15.5",
    "@nomicfoundation/hardhat-toolbox": "5.0.0"
  },
  "description": "Collection of contracts and presets",
  "devDependencies": {
    "@chainlink/contracts": "1.2.0",
    "@nomicfoundation/hardhat-chai-matchers": "2.0.8",
    "@nomicfoundation/hardhat-ethers": "3.0.8",
    "@nomicfoundation/hardhat-network-helpers": "1.0.12",
    "@nomicfoundation/hardhat-verify": "2.0.11",
    "@nomiclabs/hardhat-web3": "2.0.0",
    "@openzeppelin/contracts": "5.0.2",
    "@typechain/ethers-v6": "0.5.1",
    "@typechain/hardhat": "9.1.0",
    "@types/chai": "4.3.19",
    "@types/mocha": "10.0.8",
    "@types/node": "20.16.5",
    "chai": "4.5.0",
    "dotenv": "16.4.5",
    "ethers": "6.13.2",
    "hardhat": "2.22.11",
    "hardhat-gas-reporter": "2.2.1",
    "solhint": "5.0.3",
    "solhint-plugin-prettier": "0.1.0",
    "solidity-coverage": "0.8.13",
    "ts-node": "10.9.2",
    "typechain": "8.3.2",
    "web3": "1.10.4"
  },
  "engines": {
    "node": ">=22"
  },
  "license": "UNLICENSED",
  "main": "./dist/index.js",
  "name": "@gemunion/contracts-chain-link",
  "peerDependencies": {
    "@nomicfoundation/hardhat-chai-matchers": "^2.0.0",
    "@nomicfoundation/hardhat-ethers": "^3.0.0",
    "@nomicfoundation/hardhat-network-helpers": "^1.0.0",
    "@nomicfoundation/hardhat-verify": "^1.0.0 || ^2.0.0",
    "@openzeppelin/contracts": "^5.0.0",
    "@typechain/ethers-v6": "^0.5.0",
    "@typechain/hardhat": "^9.0.0",
    "chai": "^4.0.0",
    "ethers": "^6.0.0",
    "hardhat-gas-reporter": "^2.0.0",
    "solidity-coverage": "^0.8.0",
    "typechain": "^8.0.0"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://npm.pkg.github.com/"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/gemunion/contracts"
  },
  "scripts": {
    "build": "hardhat compile && tsc",
    "clean": "hardhat clean",
    "coverage": "hardhat coverage",
    "lint": "eslint . --fix",
    "prebuild": "rimraf dist && hardhat clean",
    "prepare": "npm run build",
    "preversion": "npm run build && npm run test",
    "solhint": "solhint -f table contracts/**/*.sol",
    "test": "hardhat test"
  },
  "types": "./dist/index.d.ts",
  "version": "5.0.47",
  "gitHead": "ab58004c943a2841f7a350cde4a41929a1c59232"
}
