{
  "name": "@kaiachain/kss-oracles",
  "version": "1.0.0",
  "description": "Hardhat Kaia Oracles starter kit",
  "author": "Kaia Community <developer@kaia.io>",
  "license": "MIT",
  "keywords": [
    "kaia",
    "kaiachain",
    "oracles",
    "witnet",
    "kaia-service-sdk"
  ],
  "dependencies": {
    "@nomiclabs/hardhat-ethers": "^2.2.1",
    "@nomiclabs/hardhat-etherscan": "^3.1.4",
    "@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"
  }
}