mirror of
https://github.com/socathie/circomlib-ml.git
synced 2026-01-10 06:28:08 -05:00
38 lines
814 B
JSON
38 lines
814 B
JSON
{
|
|
"name": "circomlib-ml",
|
|
"version": "2.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": {
|
|
"@types/node": "^18.11.9",
|
|
"blake-hash": "^2.0.0",
|
|
"chai": "^4.3.4",
|
|
"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"
|
|
}
|
|
}
|