-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 860 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 860 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
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "ibc-proof-server",
"version": "2.2.4",
"description": "IBC Proof Server generates and serves heavy and light proofs for actions and schedules.",
"bin": "index.js",
"main": "index.js",
"scripts": {
"start": "node index.js",
"build": "pkg ."
},
"author": "0rigin.one",
"license": "MIT",
"dependencies": {
"@grpc/grpc-js": "^1.7.3",
"@grpc/proto-loader": "^0.7.2",
"axios": "^0.27.2",
"dotenv": "^16.0.1",
"enf-eosjs": "^23.0.0-rc4",
"eosjs": "^22.1.0",
"eosjs-account-name": "^2.2.1",
"hex64": "^0.4.0",
"int64-buffer": "^1.0.1",
"protobufjs": "^6.10.2",
"ws": "^8.8.0"
},
"optionalDependencies": {
"bufferutil": "^4.0.6",
"utf-8-validate": "^5.0.9"
},
"devDependencies": {
"pkg": "^5.8.0"
},
"pkg": {
"assets": [
"proto/**/*.proto"
]
}
}