@puzzlehq/aleo-wasm-nodejs
Version:
Aleo SDK WASM for Node.js
26 lines (25 loc) • 498 B
JSON
{
"name": "@puzzlehq/aleo-wasm-nodejs",
"version": "0.9.11",
"description": "Aleo SDK WASM for Node.js",
"main": "aleo_wasm.js",
"types": "aleo_wasm.d.ts",
"files": [
"aleo_wasm.js",
"aleo_wasm.d.ts",
"aleo_wasm_bg.wasm",
"aleo_wasm_bg.wasm.d.ts",
"snippets"
],
"repository": {
"type": "git",
"url": "git+https://github.com/puzzlehq/sdk.git"
},
"keywords": [
"Aleo",
"Blockchain",
"Zero-Knowledge",
"ZK"
],
"license": "GPL-3.0"
}