{
  "name": "@klaytn/kds-oracles",
  "version": "0.0.5",
  "description": "Hardhat Klaytn Oracles starter kit",
  "author": "Klaytn Community <developer@klaytn.foundation>",
  "license": "MIT",
  "keywords": [
    "klaytn",
    "oracles",
    "chainlink",
    "witnet",
    "klaytn-developer-sdk"
  ],
  "dependencies": {
    "@appliedblockchain/chainlink-contracts": "0.0.4",
    "@appliedblockchain/chainlink-plugins-fund-link": "0.0.1",
    "@chainlink/contracts": "^0.4.0",
    "@chainlink/test-helpers": "^0.0.7-alpha",
    "@chainlink/token": "^1.1.0",
    "@nomiclabs/hardhat-ethers": "npm:hardhat-deploy-ethers@^0.3.0-beta.13",
    "@nomiclabs/hardhat-etherscan": "^3.0.0",
    "@nomiclabs/hardhat-waffle": "^2.0.1",
    "dotenv": "^10.0.0",
    "envfile": "^6.18.0",
    "ethereum-waffle": "^3.4.0",
    "ethers": "^5.5.1",
    "hardhat": "^2.11.2",
    "hardhat-deploy": "^0.9.29",
    "witnet-requests": "0.9.4",
    "witnet-solidity-bridge": "^0.5.7"
  },
  "mocha": {
    "timeout": 10000000
  },
  "devDependencies": {
    "chai": "^4.3.4",
    "eslint": "^8.34.0",
    "eslint-config-standard": "^17.0.0",
    "eslint-plugin-import": "^2.27.4",
    "eslint-plugin-n": "^15.6.1",
    "eslint-plugin-promise": "^6.1.1",
    "mocha": "^10.2.0"
  },
  "scripts": {
    "help": "hardhat --help",
    "compile": "hardhat compile",
    "deploy": "hardhat deploy",
    "test": "hardhat test --grep \"Unit Tests - \" --network hardhat",
    "fuzzing": "docker run -it --rm -v $PWD:/src trailofbits/eth-security-toolbox",
    "lint": "eslint . --ext .js",
    "lint-fix": "eslint . --fix --ext .js"
  }
}