We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ac3c72 commit 23205edCopy full SHA for 23205ed
package.json
@@ -1,9 +1,8 @@
1
{
2
- "name": "aztec-storage-proofs",
+ "name": "@nemi-fi/aztec-storage-proofs",
3
"type": "module",
4
- "version": "1.0.0",
5
- "description": "",
6
- "main": "index.js",
+ "version": "0.0.1",
+ "main": "lib.ts",
7
"scripts": {
8
"start": "tsx main.ts",
9
"compile": "rm -rf target_circuits && rm -rf target && aztec-nargo compile && mkdir -p target_circuits && mv target/*_circuit.json target_circuits && aztec codegen target -o target",
0 commit comments