UNPKG

@retherswap/liquidity-staker

Version:

Liquidity staker contract for Retherswap

59 lines (58 loc) 1.36 kB
{ "name": "@retherswap/liquidity-staker", "version": "1.0.2", "author": "Yoshiki", "repository": { "type": "git", "url": "git+https://github.com/Retherswap/liquidity-staker.git" }, "keywords": [ "rether", "hypra", "liquidity-staker", "retherswap" ], "files": [ "contracts", "build" ], "engines": { "node": ">=10" }, "scripts": { "precompile": "rimraf ./build/", "compile": "waffle", "pretest": "yarn compile", "test": "mocha", "lint": "prettier ./test/**/*.ts --check", "prepublishOnly": "yarn test" }, "license": "GPL-3.0-or-later", "dependencies": { "@truffle/hdwallet-provider": "1.2.0", "openzeppelin-solidity-2.3.0": "npm:openzeppelin-solidity@2.3.0" }, "devDependencies": { "@retherswap/core": "^1.0.1", "@types/chai": "4.2.12", "@types/mocha": "8.0.3", "chai": "4.2.0", "ethereum-waffle": "3.1.0", "ethereumjs-util": "7.0.5", "mocha": "8.1.3", "prettier": "2.1.1", "rimraf": "3.0.2", "solc": "0.5.16", "ts-node": "9.0.0", "typescript": "4.0.2" }, "description": "Liquidity staker contract for Retherswap", "bugs": { "url": "https://github.com/Retherswap/liquidity-staker/issues" }, "homepage": "https://retherswap.org", "main": "index.js", "directories": { "test": "test" } }