Skip to content

Commit

Permalink
Create package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sambacha authored Sep 8, 2021
1 parent 8fcbf29 commit 08fee98
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions packages/mev-miner/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"name": "@openmev/miners",
"version": "0.1.0",
"description": "miner addresses",
"homepage": "https://github.com/manifoldfinance/mev-corpus",
"main": "eth.miners.json",
"directories": {
"lib": "lib",
"test": "__tests__"
},
"files": [
"lib"
],
"scripts": {
"test": "echo \"Error: run tests from root\" && exit 0"
},
"keywords": [
"ethereum",
"solidity",
"blockchain",
"trading",
"mev",
"flashbots",
"trading"
],
"author": "contributors <[email protected]>",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/manifoldfinance/mev-corppus.git",
"directory": "packages/mev-miner"
},
"publishConfig": {
"access": "public"
}
}

0 comments on commit 08fee98

Please sign in to comment.