UNPKG

@bitriel/bitriel-farm

Version:

Yield Farming Smart Contracts for BitrielSwap Protocol

69 lines (68 loc) 2.02 kB
{ "name": "@bitriel/bitriel-farm", "version": "0.2.4", "license": "GPL-3.0", "description": "Yield Farming Smart Contracts for BitrielSwap Protocol", "homepage": "https://dapp.bitriel.com/farm", "keywords": [ "bitriel", "yield-farming", "smart-contracts" ], "repository": { "type": "git", "url": "git+https://github.com/bitriel/bitriel-farm.git" }, "bugs": { "url": "https://github.com/bitriel/bitriel-farm/issues" }, "files": [ "artifacts/contracts/**/*.json", "!artifacts/contracts/**/*.dbg.json", "!artifacts/contracts/test/**/*", "contracts", "!contracts/test", "types" ], "scripts": { "compile": "hardhat compile", "test": "hardhat test", "clean": "hardhat clean", "coverage": "RUN_COVERAGE=1 hardhat coverage", "docs": "hardhat docgen" }, "devDependencies": { "@bitriel/bitrielswap-core": "^1.0.1", "@bitriel/bitrielswap-periphery": "^1.1.9", "@bitriel/bitrielswap-sdk": "^1.2.6", "@bitriel/governance": "^0.1.4", "@nomiclabs/hardhat-ethers": "npm:hardhat-deploy-ethers", "@nomiclabs/hardhat-etherscan": "^2.1.4", "@nomiclabs/hardhat-waffle": "^2.0.1", "@openzeppelin/contracts": "^3.4.1-solc-0.7", "@typechain/ethers-v5": "^7.0.1", "@typechain/hardhat": "^2.3.0", "@types/chai": "^4.2.21", "@types/console-log-level": "^1.4.2", "@types/lodash": "^4.14.172", "@types/mocha": "^9.0.0", "@types/node": "^16.7.8", "chai": "^4.3.4", "console-log-level": "^1.4.1", "dotenv": "^10.0.0", "ethereum-waffle": "^3.4.0", "ethers": "^5.4.4", "hardhat": "^2.6.0", "hardhat-contract-sizer": "^2.0.3", "hardhat-deploy": "^0.8.11", "hardhat-docgen": "^1.2.0", "hardhat-gas-reporter": "^1.0.4", "lodash": "^4.17.21", "mocha-chai-jest-snapshot": "^1.1.3", "solidity-coverage": "^0.7.16", "ts-node": "8.0.2", "typechain": "^5.1.2", "typechain-target-ethers-v5": "^5.0.1", "typescript": "^4.4.2" } }