zkjson 0.1.0 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +9 -2
package/package.json CHANGED
@@ -1,7 +1,14 @@
1
1
  {
2
2
  "name": "zkjson",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "Zero Knowledge Provable JSON",
5
5
  "main": "index.js",
6
- "license": "MIT"
6
+ "license": "MIT",
7
+ "dependencies": {
8
+ "blake-hash": "^2.0.0",
9
+ "blake2b": "^2.1.4",
10
+ "ethers": "^6.10.0",
11
+ "ffjavascript": "^0.2.63",
12
+ "ramda": "^0.29.1"
13
+ }
7
14
  }