2025-12-23 16:19:10 -08:00
|
|
|
{
|
2026-02-10 11:32:49 -08:00
|
|
|
"name": "solacescanscout",
|
2025-12-23 16:19:10 -08:00
|
|
|
"version": "1.0.0",
|
2026-02-10 11:32:49 -08:00
|
|
|
"description": "SolaceScanScout - The Defi Oracle Meta Explorer",
|
2025-12-23 16:19:10 -08:00
|
|
|
"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": ""
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|