16 lines
319 B
JSON
16 lines
319 B
JSON
{
|
|
"name": "relayer-penalty-proposal",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"directories": {
|
|
"lib": "lib",
|
|
"test": "test"
|
|
},
|
|
"scripts": {
|
|
"test": "forge test -vvvvv --fork-url https://api.securerpc.com/v1 --block-number 17060055"
|
|
},
|
|
"author": "",
|
|
"license": "ISC"
|
|
}
|