UNPKG

997 BJSONView Raw
1{
2 "name": "@tronprotocol/wallet-api",
3 "version": "0.0.7",
4 "description": "Tronprotocol Wallet API wrapper",
5 "main": "src/index.js",
6 "homepage": "https://tron.network/",
7 "scripts": {
8 "test": "mocha",
9 "protoc:install": "cd protocol && ./install-protobuf.sh",
10 "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",
11 "test:watch": "mocha --watch"
12 },
13 "repository": {
14 "type": "git",
15 "url": "git://github.com/tronprotocol/node-wallet-api.git"
16 },
17 "keywords": [
18 "tron"
19 ],
20 "author": "Tron",
21 "license": "GPL-3.0",
22 "dependencies": {
23 "axios": "^0.18.0",
24 "google-protobuf": "^3.5.0",
25 "grpc": "^1.10.0",
26 "grpc-caller": "^0.4.0",
27 "grpc-tools": "^1.6.6",
28 "mocha": "^5.0.5"
29 }
30}