@mayaprotocol/zcash-js
Version:
Zcash JavaScript library for Maya Protocol - Build and sign Zcash transparent transactions with memo support
72 lines (71 loc) • 2.01 kB
JSON
{
"name": "@mayaprotocol/zcash-js",
"version": "1.0.7",
"main": "dist/src/index.js",
"browser": "dist/bundle.js",
"types": "dist/src/index.d.ts",
"exports": {
".": {
"browser": "./dist/bundle.js",
"default": "./dist/src/index.js"
}
},
"files": [
"dist"
],
"scripts": {
"build": "webpack && tsc --emitDeclarationOnly --declaration --outDir dist",
"start": "webpack serve",
"test": "jest",
"prepublishOnly": "npm run build"
},
"author": "Maya Protocol",
"license": "MIT",
"description": "Zcash JavaScript library for Maya Protocol - Build and sign Zcash transparent transactions with memo support",
"keywords": [
"zcash",
"cryptocurrency",
"blockchain",
"maya",
"mayaprotocol",
"bitcoin",
"transaction",
"crypto"
],
"repository": {
"type": "git",
"url": "https://gitlab.com/mayachain/chains/zcash.git",
"directory": "js"
},
"bugs": {
"url": "https://gitlab.com/mayachain/chains/zcash/-/issues"
},
"homepage": "https://gitlab.com/mayachain/chains/zcash",
"devDependencies": {
"@types/blake2b-wasm": "^2.4.3",
"@types/jest": "^29.5.14",
"@types/js-yaml": "^4.0.9",
"@types/lodash": "^4.17.13",
"jest": "^29.7.0",
"ts-jest": "^29.2.5",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"typescript": "^5.7.2",
"webpack": "^5.97.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.2.0"
},
"dependencies": {
"@noble/curves": "^1.7.0",
"@noble/hashes": "^1.6.1",
"axios": "^1.7.9",
"bl": "^6.0.16",
"blake2b-wasm": "^2.4.0",
"bs58check": "^4.0.0",
"buffer": "^6.0.3",
"js-sha256": "^0.11.0",
"js-yaml": "^4.1.0",
"json-rpc-2.0": "^1.7.0",
"lodash": "^4.17.21"
}
}