mirror of
https://github.com/selfxyz/self.git
synced 2026-01-23 05:28:02 -05:00
- added serialization to @zk-kit/imt - building the tree in registry and copying it to /common and /app/deployments - factor getLeaf - all tests passing and in-app proof gen working
35 lines
908 B
JSON
35 lines
908 B
JSON
{
|
|
"name": "circom-passport",
|
|
"version": "0.0.1",
|
|
"author": "",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"test": "yarn ts-mocha test/**/*.test.ts --exit"
|
|
},
|
|
"dependencies": {
|
|
"@types/chai-as-promised": "^7.1.6",
|
|
"@types/node": "^20.6.3",
|
|
"@types/node-forge": "^1.3.5",
|
|
"@zk-email/circuits": "^3.2.2",
|
|
"@zk-email/helpers": "^3.1.3",
|
|
"@zk-kit/imt": "https://gitpkg.now.sh/0xturboblitz/zk-kit/packages/imt?6d417675",
|
|
"chai-as-promised": "^7.1.1",
|
|
"circom_tester": "^0.0.20",
|
|
"circomlib": "^2.0.5",
|
|
"circomlibjs": "^0.1.7",
|
|
"js-sha256": "^0.10.1",
|
|
"node-forge": "^1.3.1",
|
|
"poseidon-lite": "^0.2.0",
|
|
"snarkjs": "^0.7.1",
|
|
"typescript": "^5.2.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/chai": "^4.3.6",
|
|
"@types/circomlibjs": "^0.1.6",
|
|
"@types/mocha": "^10.0.1",
|
|
"chai": "^4.3.8",
|
|
"mocha": "^10.2.0",
|
|
"ts-mocha": "^10.0.0"
|
|
}
|
|
}
|