-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
36 lines (36 loc) · 929 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "circom-rsa-verify",
"version": "2.0.5",
"description": " Zero Knowledge Proof for RSA ",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "NODE_OPTIONS=--max_old_space_size=56000 mocha -r ts-node/register 'test/**/*.ts'"
},
"keywords": [
"rsa",
"circuit",
"circom",
"zksnark",
"zkp-application"
],
"repository": {
"type": "git",
"url": "https://github.com/zkp-application/circom-rsa-verify.git"
},
"author": "jacksoom",
"license": "GPL-3.0",
"devDependencies": {
"@noble/secp256k1": "1.3.4",
"@types/chai": "^4.3.0",
"@types/expect": "^24.3.0",
"@types/mocha": "^9.0.0",
"chai": "^4.3.4",
"circom_tester": "0.0.19",
"mocha": "^9.1.3",
"ts-node": "^10.4.0",
"typescript": "^4.5.4"
}
}