Files
self/prover/tests/package.json
Justin Hernandez 73421f6a9a Improve UX and DX (#66)
Co-authored-by: Nicolas Brugneaux <nicolas.brugneaux@gmail.com>
2025-02-11 10:08:07 +01:00

31 lines
784 B
JSON

{
"name": "modal-tests",
"version": "0.0.1",
"license": "MIT",
"author": "",
"scripts": {
"tests": " yarn ts-mocha -p ./tsconfig.json modal.test.ts --exit"
},
"dependencies": {
"@types/chai-as-promised": "^7.1.6",
"@types/node": "^20.11.19",
"@types/node-forge": "^1.3.5",
"@types/snarkjs": "^0.7.8",
"axios": "^1.7.2",
"chai-as-promised": "^7.1.1",
"node-forge": "https://github.com/remicolin/forge",
"poseidon-lite": "^0.2.0",
"snarkjs": "^0.7.4",
"typescript": "^5.3.3"
},
"devDependencies": {
"@types/chai": "^4.3.6",
"@types/circomlibjs": "^0.1.6",
"@types/mocha": "^10.0.7",
"chai": "^4.3.8",
"mocha": "^10.3.0",
"prettier": "^3.3.3",
"ts-mocha": "^10.0.0",
"ts-node": "^10.9.2"
}
}