{ "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 ", "license": "MIT", "devDependencies": { "webpack": "4.33.0" }, "dependencies": { "zcash-client-backend-wasm": "file:../zcash-client-backend-wasm/pkg" } }