|
| 1 | +{ |
| 2 | + "name": "@keep-network/random-beacon-v2", |
| 3 | + "version": "0.0.1-dev", |
| 4 | + "description": "random beacon v2", |
| 5 | + "scripts": { |
| 6 | + "build": "hardhat compile", |
| 7 | + "test": "echo \"Error: no test specified\" && exit 1" |
| 8 | + }, |
| 9 | + "dependencies": { |
| 10 | + "@openzeppelin/contracts": "^4.3.2", |
| 11 | + "@tenderly/hardhat-tenderly": "^1.0.12", |
| 12 | + "@thesis/solidity-contracts": "github:thesis/solidity-contracts#4985bcf" |
| 13 | + }, |
| 14 | + "devDependencies": { |
| 15 | + "@keep-network/hardhat-helpers": "^0.1.0-pre.0", |
| 16 | + "@keep-network/hardhat-local-networks-config": "^0.1.0-pre.0", |
| 17 | + "@keep-network/prettier-config-keep": "github:keep-network/prettier-config-keep#a1a333e", |
| 18 | + "@nomiclabs/hardhat-ethers": "^2.0.2", |
| 19 | + "@nomiclabs/hardhat-waffle": "^2.0.1", |
| 20 | + "@types/chai": "^4.2.22", |
| 21 | + "eslint": "^7.30.0", |
| 22 | + "eslint-config-keep": "github:keep-network/eslint-config-keep#0c27ade", |
| 23 | + "ethereum-waffle": "^3.4.0", |
| 24 | + "ethers": "^5.4.7", |
| 25 | + "hardhat": "^2.6.4", |
| 26 | + "hardhat-deploy": "^0.9.1", |
| 27 | + "hardhat-gas-reporter": "^1.0.4", |
| 28 | + "prettier": "^2.4.1", |
| 29 | + "prettier-plugin-sh": "^0.7.1", |
| 30 | + "prettier-plugin-solidity": "^1.0.0-beta.18", |
| 31 | + "solhint": "^3.3.6", |
| 32 | + "solhint-config-keep": "github:keep-network/solhint-config-keep#5e1751e", |
| 33 | + "ts-node": "^10.2.1", |
| 34 | + "typescript": "^4.4.3" |
| 35 | + }, |
| 36 | + "engines": { |
| 37 | + "node": ">= 14.0.0" |
| 38 | + } |
| 39 | +} |
0 commit comments