UNPKG

@xswap/liquidity-staker

Version:

Liquidity staker contract for Xswap

59 lines (58 loc) 1.42 kB
{ "name": "@xswap/liquidity-staker", "version": "1.0.0", "author": "", "repository": { "type": "git", "url": "git+https://github.com/xswap/liquidity-staker.git" }, "keywords": [ "xswap", "ethereum", "liquidity-staker", "xswap-v2" ], "files": [ "contracts", "build" ], "engines": { "node": ">=10" }, "scripts": { "precompile": "rimraf ./build/", "compile": "waffle", "pretest": "yarn compile", "test": "mocha --timeout 50000 -R mocha-multi", "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": { "@xswap/v2-core": "^1.0.1", "@types/chai": "^4.2.12", "@types/mocha": "^7.2.0", "chai": "^4.2.0", "ethereum-waffle": "^3.2.1", "ethereumjs-util": "^7.0.5", "mocha": "^7.2.0", "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 Xswap", "bugs": { "url": "https://github.com/xswap/liquidity-staker/issues" }, "homepage": "https://xswap.org", "main": "index.js", "directories": { "test": "test" } }