27 lines
508 B
JSON
27 lines
508 B
JSON
|
|
{
|
||
|
|
"name": "chain-138-explorer",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"description": "Comprehensive blockchain explorer for ChainID 138",
|
||
|
|
"main": "frontend/public/index.html",
|
||
|
|
"scripts": {
|
||
|
|
"deploy": "./scripts/deploy.sh",
|
||
|
|
"test": "./scripts/test.sh",
|
||
|
|
"lint": "echo 'Linting not configured'"
|
||
|
|
},
|
||
|
|
"keywords": [
|
||
|
|
"blockchain",
|
||
|
|
"explorer",
|
||
|
|
"ethereum",
|
||
|
|
"blockscout",
|
||
|
|
"bridge",
|
||
|
|
"weth"
|
||
|
|
],
|
||
|
|
"author": "",
|
||
|
|
"license": "MIT",
|
||
|
|
"repository": {
|
||
|
|
"type": "git",
|
||
|
|
"url": ""
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|