mirror of
https://github.com/Qortal/piratewallet-light-cli.git
synced 2025-01-31 02:52:14 +00:00
24 lines
502 B
JSON
24 lines
502 B
JSON
{
|
|
"name": "zcash-client-sdk",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"main": "src/index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [
|
|
"zcash"
|
|
],
|
|
"author": "Jack Grigg <jack@z.cash>",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"google-protobuf": "3.8.0",
|
|
"grpc": "1.21.1",
|
|
"grpc-web": "1.0.4",
|
|
"webpack": "4.33.0"
|
|
},
|
|
"dependencies": {
|
|
"zcash-client-backend-wasm": "file:../zcash-client-backend-wasm/pkg"
|
|
}
|
|
}
|