forked from socathie/circomlib-ml
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 818 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "circomlib-ml",
"version": "1.4.4",
"description": "Circuits library for machine learning in circom",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "npx mocha --max-old-space-size=4000"
},
"keywords": [
"machine learning",
"ethereum",
"circuit",
"circom",
"zksnark"
],
"repository": {
"type": "git",
"url": "https://github.com/socathie/circomlib-ml.git"
},
"author": "Cathie So, PhD",
"license": "GPL-3.0",
"devDependencies": {
"@types/node": "^18.11.9",
"blake-hash": "^2.0.0",
"chai": "^4.3.8",
"circom_tester": "^0.0.19",
"circomlib": "^2.0.5",
"circomlib-matrix": "^1.0.2",
"circomlibjs": "^0.1.7",
"ethers": "^4.0.45",
"mocha": "^9.1.3",
"web3-utils": "^1.8.1"
}
}