forked from iden3/circuits
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 792 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
{
"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": {
"@types/chai": "^4.2.22",
"@types/mocha": "^5.2.6",
"@types/node": "^14.0.0",
"adm-zip": "^0.5.9",
"aws-sdk": "^2.1036.0",
"circom_tester": "^0.0.19",
"circomlibjs": "v0.1.7",
"chai": "^4.3.4",
"mocha": "^9.1.2",
"mocha-steps": "^1.3.0",
"ts-node": "^7.0.1",
"tslint": "^5.18.0",
"typescript": "^3.9.10"
}
}