UNPKG

@phuture/keep3r-cli-job-phuture-savings-vault

Version:

Phuture Savings Vault CLI Job for The Keep3r Network

71 lines (70 loc) 1.91 kB
{ "name": "@phuture/keep3r-cli-job-phuture-savings-vault", "version": "1.0.6", "description": "Phuture Savings Vault CLI Job for The Keep3r Network", "keywords": [ "keep3r", "cli", "job", "phuture", "ethereum" ], "repository": { "type": "git", "url": "https://github.com/Phuture-Finance/keep3r-cli-job-phuture-savings-vault.git" }, "license": "MIT", "author": "Phuture Finance", "contributors": [ "0xGorilla (https://github.com/0xGorilla)", "0xng (https://github.com/0xng)", "wei3erHase (https://github.com/wei3erHase)" ], "files": [ "dist" ], "scripts": { "build": "rm -rf dist && yarn eth-sdk && tsc -p tsconfig.build.json && cp -r ./src/eth-sdk-build ./dist/src", "compile": "hardhat compile", "lint": "xo", "lint:fix": "xo --fix", "prepare": "husky install", "release": "yarn build && standard-version", "pre-release": "yarn build && standard-version --prerelease rc" }, "dependencies": { "@keep3r-network/cli-utils": "1.0.0", "ethers": "5.5.1" }, "devDependencies": { "@commitlint/cli": "12.1.4", "@commitlint/config-conventional": "12.1.4", "@dethcrypto/eth-sdk": "^0.2.4", "@dethcrypto/eth-sdk-client": "^0.1.6", "@typescript-eslint/eslint-plugin": "4.33.0", "@typescript-eslint/parser": "4.33.0", "cross-env": "7.0.3", "eslint": "7.32.0", "eslint-config-prettier": "8.3.0", "eslint-plugin-prettier": "4.0.0", "husky": ">=6", "lint-staged": ">=10", "prettier": "2.3.1", "prettier-plugin-organize-imports": "2.3.3", "sort-package-json": "1.50.0", "standard-version": "9.3.0", "ts-node": "10.0.0", "typescript": "4.3.2", "xo": "0.49.0" }, "lint-staged": { "*.ts": "yarn lint" }, "xo": { "prettier": true, "rules": { "unicorn/prefer-module": 0, "import/extensions": 0 } } }