forked from CryptoMechanics/lightproof-db
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 708 Bytes
/
package.json
File metadata and controls
32 lines (32 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
26
27
28
29
30
31
32
{
"name": "lightproof-db",
"version": "2.1.0",
"description": "Lightproof-db for antelope stores the block id, number and active nodes for each block.",
"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": "^1.3.4",
"dotenv": "^16.0.2",
"enf-eosjs": "^23.0.0-rc4",
"lmdb": "^2.6.0-alpha7",
"protobufjs": "^6.10.2",
"ws": "^8.11.0"
},
"devDependencies": {
"pkg": "^5.8.0"
},
"pkg": {
"assets": [
"node_modules/lmdb",
"proto/**/*.proto"
]
}
}