mirror of
https://github.com/selfxyz/self.git
synced 2026-01-23 05:28:02 -05:00
35 lines
856 B
JSON
35 lines
856 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-kit/imt": "^2.0.0-beta",
|
|
"@zk-email/circuits": "^3.2.2",
|
|
"@zk-email/helpers": "^3.1.3",
|
|
"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"
|
|
}
|
|
}
|