forked from ethereum/execution-apis
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 708 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 708 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"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"
}
}