-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 819 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 819 Bytes
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
{
"name": "@iden3/circuits",
"version": "0.0.1",
"description": "iden3 circuits",
"main": "index.js",
"scripts": {
"clean": "rm -fR dist",
"build": "npm run clean && ./node_modules/.bin/tsc --strictNullChecks",
"test": "./node_modules/.bin/mocha --timeout 5000 -p -r ts-node/register 'test/**/*.test.ts'"
},
"license": "GPL-3.0",
"dependencies": {
"circomlib": "^2.0.5"
},
"devDependencies": {
"snarkjs": "^0.7.5",
"@types/chai": "^4.3.5",
"@types/mocha": "^10.0.1",
"@types/node": "^20.5.7",
"adm-zip": "^0.5.10",
"aws-sdk": "^2.1447.0",
"chai": "^4.3.8",
"circom_tester": "^0.0.20",
"circomlibjs": "v0.1.7",
"eslint": "^8.48.0",
"mocha": "^10.2.0",
"mocha-steps": "^1.3.0",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
}
}