mirror of
https://github.com/vacp2p/zerokit.git
synced 2026-01-07 21:53:59 -05:00
14 lines
272 B
JSON
14 lines
272 B
JSON
{
|
|
"name": "rln-wasm-node-example",
|
|
"version": "1.0.0",
|
|
"description": "Node.js example for RLN WASM",
|
|
"type": "module",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node index.js"
|
|
},
|
|
"dependencies": {
|
|
"@waku/zerokit-rln-wasm": "file:../../pkg"
|
|
}
|
|
}
|