{
  "name": "chainlink-solidity",
  "version": "0.1.4",
  "description": "Chainlink smart contracts and their language abstractions",
  "repository": "https://github.com/smartcontractkit/chainlink",
  "author": "Chainlink devs",
  "license": "MIT",
  "private": false,
  "scripts": {
    "compile": "hardhat compile && ./scripts/package_abis",
    "set-version": "./scripts/set_version"
  },
  "devDependencies": {
    "hardhat": "2.0.8"
  }
}
