Files
circomlib-ml/package.json
2024-02-05 01:34:19 +08:00

38 lines
814 B
JSON

{
"name": "circomlib-ml",
"version": "2.3.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"
}
}