flashbots-cli
Version:
Flashbots CLI tool.
76 lines • 1.96 kB
JSON
{
"name": "flashbots-cli",
"version": "1.0.3",
"description": "Flashbots CLI tool.",
"author": "zeroXbrock",
"bin": {
"flashbots": "./bin/run"
},
"homepage": "https://github.com/zeroXbrock/flashbots-cli",
"license": "MIT",
"main": "dist/index.js",
"repository": "zeroXbrock/flashbots-cli",
"files": [
"/bin",
"/dist",
"/npm-shrinkwrap.json",
"/oclif.manifest.json"
],
"dependencies": {
"@flashbots/ethers-provider-bundle": "0.5.0",
"@oclif/core": "^1",
"@oclif/plugin-help": "^5",
"@oclif/plugin-not-found": "^2.3.1",
"@oclif/plugin-warn-if-update-available": "^2.0.4",
"axios": "^0.27.2",
"ethers": "^5.6.6"
},
"devDependencies": {
"@oclif/test": "^2",
"@types/chai": "^4",
"@types/mocha": "^9.0.0",
"@types/node": "^16.9.4",
"bump": "^0.2.5",
"chai": "^4",
"eslint": "^7.32.0",
"eslint-config-oclif": "^4",
"eslint-config-oclif-typescript": "^1.0.2",
"globby": "^11",
"mocha": "^9",
"oclif": "^3",
"shx": "^0.3.3",
"ts-node": "^10.2.1",
"tslib": "^2.3.1",
"typescript": "^4.4.3"
},
"oclif": {
"bin": "flashbots",
"dirname": "flashbots",
"commands": "./dist/commands",
"plugins": [
"@oclif/plugin-help",
"@oclif/plugin-not-found",
"@oclif/plugin-warn-if-update-available"
]
},
"scripts": {
"prepublishOnly": "npx bump",
"build": "shx rm -rf dist && tsc -b",
"lint": "eslint . --ext .ts --config .eslintrc",
"postpack": "shx rm -f oclif.manifest.json",
"posttest": "yarn lint",
"prepack": "yarn build && oclif manifest && oclif readme",
"test": "mocha --forbid-only \"test/**/*.test.ts\"",
"version": "oclif readme && git add README.md"
},
"engines": {
"node": ">=12.0.0"
},
"bugs": "https://github.com/zeroXbrock/flashbots-cli/issues",
"keywords": [
"flashbots",
"oclif",
"cli"
],
"types": "dist/index.d.ts"
}