forked from Rovak/node-wallet-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.08 KB
/
package.json
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
{
"name": "tron-wallet-api",
"version": "0.0.35",
"description": "Tronprotocol Wallet API wrapper",
"main": "src/index.js",
"homepage": "https://tron.network/",
"scripts": {
"test": "mocha",
"protoc:install": "cd protocol && ./install-protobuf.sh",
"protoc:generate": "./protocol/protobuf-3.5.1/src/.libs/protoc --proto_path=protocol/protobuf-3.5.1/src --proto_path=protocol --grpc_out=./src/protocol --plugin=protoc-gen-grpc=`which grpc_tools_node_protoc_plugin` --js_out=import_style=commonjs,binary:src/protocol protocol/core/*.proto protocol/api/*.proto",
"test:watch": "mocha --watch"
},
"repository": {
"type": "git",
"url": "git://github.com/tronprotocol/node-wallet-api.git"
},
"keywords": [
"tron"
],
"author": "Tron",
"license": "GPL-3.0",
"dependencies": {
"axios": "^0.18.0",
"chai": "^4.1.2",
"crypto-js": "^3.1.9-1",
"elliptic": "^6.4.0",
"google-protobuf": "^3.5.0",
"grpc": "^1.10.0",
"grpc-caller": "^0.4.0",
"grpc-tools": "^1.6.6",
"js-sha3": "^0.7.0",
"mocha": "^5.1.0",
"qs": "^6.5.1"
}
}