Files
self/circuits/package.json
0xturboblitz 431fba1b69 add circuits
2023-10-03 12:39:36 +02:00

28 lines
623 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",
"chai-as-promised": "^7.1.1",
"circomlib": "^2.0.5",
"js-sha256": "^0.10.1",
"node-forge": "^1.3.1",
"snarkjs": "^0.7.1",
"typescript": "^5.2.2"
},
"devDependencies": {
"@types/chai": "^4.3.6",
"@types/mocha": "^10.0.1",
"chai": "^4.3.8",
"mocha": "^10.2.0",
"ts-mocha": "^10.0.0"
}
}