diff --git a/packages/mev-miner/package.json b/packages/mev-miner/package.json new file mode 100644 index 0000000..6b893b6 --- /dev/null +++ b/packages/mev-miner/package.json @@ -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 ", + "license": "Apache-2.0", + "repository": { + "type": "git", + "url": "git+https://github.com/manifoldfinance/mev-corppus.git", + "directory": "packages/mev-miner" + }, + "publishConfig": { + "access": "public" + } +}