mirror of
https://github.com/socathie/circomlib-ml.git
synced 2026-01-08 21:48:06 -05:00
35 lines
728 B
JSON
35 lines
728 B
JSON
{
|
|
"name": "circomlib-ml",
|
|
"version": "1.2.0",
|
|
"description": "Circuits library for machine learning in circom",
|
|
"main": "index.js",
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"scripts": {
|
|
"test": "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": {
|
|
"blake-hash": "^2.0.0",
|
|
"chai": "^4.3.4",
|
|
"circom_tester": "0.0.5",
|
|
"circomlib": "^2.0.3",
|
|
"circomlib-matrix": "^1.0.1",
|
|
"circomlibjs": "^0.1.0",
|
|
"mocha": "^9.1.3"
|
|
}
|
|
}
|