mirror of
https://github.com/selfxyz/self.git
synced 2026-01-23 05:28:02 -05:00
36 lines
1007 B
JSON
36 lines
1007 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.11.19",
|
|
"@types/node-forge": "^1.3.5",
|
|
"@zk-email/zk-regex-circom": "^1.2.1",
|
|
"@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": "github:Atomic-Buy/circom_tester#main",
|
|
"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.3.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/chai": "^4.3.6",
|
|
"@types/circomlibjs": "^0.1.6",
|
|
"@types/mocha": "^10.0.6",
|
|
"chai": "^4.3.8",
|
|
"mocha": "^10.3.0",
|
|
"ts-mocha": "^10.0.0",
|
|
"ts-node": "^10.9.2"
|
|
}
|
|
} |