UNPKG

@phuture/keep3r-cli-job-phuture

Version:
61 lines (60 loc) 1.45 kB
{ "name": "@phuture/keep3r-cli-job-phuture", "version": "1.1.3", "description": "Phuture CLI Job for The Keep3r Network", "keywords": [ "keep3r", "cli", "job", "ethereum", "phuture" ], "repository": { "type": "git", "url": "git+https://github.com/Phuture-Finance/keep3r-cli-job-phuture.git" }, "license": "MIT", "author": "Phuture Finance", "contributors": [ "0xGorilla (https://github.com/0xGorilla)", "jn-lp (https://github.com/jn-lp)" ], "files": [ "dist" ], "scripts": { "build": "rm -rf dist && yarn eth-sdk && tsc -p tsconfig.build.json && cp -r ./src/eth-sdk-build ./dist/src", "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.6.8", "undici": "5.3.0" }, "devDependencies": { "@dethcrypto/eth-sdk": "0.3.2", "@dethcrypto/eth-sdk-client": "0.1.6", "@types/glob": "7.2.0", "cross-env": "7.0.3", "standard-version": "9.5.0", "ts-node": "10.8.0", "typescript": "4.7.2", "husky": ">=6", "lint-staged": ">=10", "xo": "0.49.0" }, "lint-staged": { "*.ts": "yarn lint" }, "xo": { "prettier": true, "rules": { "unicorn/prefer-module": 0, "import/extensions": 0 } } }