mirror of
https://github.com/codex-storage/codex-storage-proofs.git
synced 2025-02-09 01:13:43 +00:00
53392c8722
Signed-off-by: Csaba Kiraly <csaba.kiraly@gmail.com>
20 lines
351 B
JSON
20 lines
351 B
JSON
{
|
|
"name": "codex-zk",
|
|
"type": "module",
|
|
"version": "0.1.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "mocha"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@zk-kit/protocols": "^1.11.1",
|
|
"circomlib": "^2.0.2",
|
|
"circomlibjs": "^0.0.8",
|
|
"mocha": "^10.1.0",
|
|
"snarkjs": "^0.5.0"
|
|
}
|
|
}
|