UNPKG

1.36 kBJSONView Raw
1{
2 "name": "@retherswap/liquidity-staker",
3 "version": "1.0.2",
4 "author": "Yoshiki",
5 "repository": {
6 "type": "git",
7 "url": "git+https://github.com/Retherswap/liquidity-staker.git"
8 },
9 "keywords": [
10 "rether",
11 "hypra",
12 "liquidity-staker",
13 "retherswap"
14 ],
15 "files": [
16 "contracts",
17 "build"
18 ],
19 "engines": {
20 "node": ">=10"
21 },
22 "scripts": {
23 "precompile": "rimraf ./build/",
24 "compile": "waffle",
25 "pretest": "yarn compile",
26 "test": "mocha",
27 "lint": "prettier ./test/**/*.ts --check",
28 "prepublishOnly": "yarn test"
29 },
30 "license": "GPL-3.0-or-later",
31 "dependencies": {
32 "@truffle/hdwallet-provider": "1.2.0",
33 "openzeppelin-solidity-2.3.0": "npm:openzeppelin-solidity@2.3.0"
34 },
35 "devDependencies": {
36 "@retherswap/core": "^1.0.1",
37 "@types/chai": "4.2.12",
38 "@types/mocha": "8.0.3",
39 "chai": "4.2.0",
40 "ethereum-waffle": "3.1.0",
41 "ethereumjs-util": "7.0.5",
42 "mocha": "8.1.3",
43 "prettier": "2.1.1",
44 "rimraf": "3.0.2",
45 "solc": "0.5.16",
46 "ts-node": "9.0.0",
47 "typescript": "4.0.2"
48 },
49 "description": "Liquidity staker contract for Retherswap",
50 "bugs": {
51 "url": "https://github.com/Retherswap/liquidity-staker/issues"
52 },
53 "homepage": "https://retherswap.org",
54 "main": "index.js",
55 "directories": {
56 "test": "test"
57 }
58}