mirror of
https://github.com/logos-blockchain/logos-blockchain-pocs.git
synced 2026-01-19 21:43:12 +00:00
19 lines
320 B
JSON
19 lines
320 B
JSON
{
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/blockscout/blockscout.git"
|
|
},
|
|
"private": true,
|
|
"name": "blockscout",
|
|
"author": "Blockscout",
|
|
"license": "GPL-3.0",
|
|
"engines": {
|
|
"node": "18.x",
|
|
"npm": "8.x"
|
|
},
|
|
"scripts": {},
|
|
"dependencies": {
|
|
"solc": "0.8.29"
|
|
}
|
|
}
|