UNPKG

1.12 kBJSONView Raw
1{
2 "name": "@tronprotocol/wallet-api",
3 "version": "0.0.21",
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 "chai": "^4.1.2",
25 "crypto-js": "^3.1.9-1",
26 "elliptic": "^6.4.0",
27 "google-protobuf": "^3.5.0",
28 "grpc": "^1.10.0",
29 "grpc-caller": "^0.4.0",
30 "grpc-tools": "^1.6.6",
31 "js-sha3": "^0.7.0",
32 "mocha": "^5.0.5",
33 "qs": "^6.5.1"
34 }
35}