26 lines
708 B
JSON
26 lines
708 B
JSON
{
|
|
"name": "execution-apis",
|
|
"version": "0.0.0",
|
|
"description": "Collection of JSON-RPC APIs provided by Ethereum 1.0 clients",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "node scripts/build.js",
|
|
"lint": "node scripts/build.js && node scripts/validate.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/ethereum/execution-apis.git"
|
|
},
|
|
"author": "Ethereum",
|
|
"license": "CC0-1.0",
|
|
"bugs": {
|
|
"url": "https://github.com/ethereum/execution-apis/issues"
|
|
},
|
|
"homepage": "https://github.com/ethereum/execution-apis#readme",
|
|
"dependencies": {
|
|
"@open-rpc/schema-utils-js": "^1.15.0",
|
|
"json-schema-merge-allof": "^0.8.1"
|
|
}
|
|
}
|