execution-apis/package.json

30 lines
912 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 && node scripts/graphql-validate.js",
"graphql:schema": "node scripts/graphql.js",
"graphql:validate": "node scripts/graphql-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",
"graphql": "^16.3.0",
"graphql-request": "^4.1.0",
"json-schema-merge-allof": "^0.8.1"
}
}