@phuture/keep3r-cli-deposit-manager-job
Version:
Phuture CLI Job for The Keep3r Network
59 lines (58 loc) • 1.42 kB
JSON
{
"name": "@phuture/keep3r-cli-deposit-manager-job",
"version": "1.0.5",
"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-deposit-manager-job.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"
},
"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
}
}
}