Initial commit: Chain 138 Explorer monorepo structure
This commit is contained in:
26
package.json
Normal file
26
package.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"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": ""
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user