forked from zkonduit/ezkl
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 698 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 698 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
{
"name": "ezkljs-tests",
"version": "0.1.0",
"author": "Ethan Cemer",
"private": true,
"scripts": {
"test": "jest"
},
"devDependencies": {
"@ezkljs/engine": "^9.4.4",
"@ezkljs/verify": "^0.0.6",
"@jest/types": "^29.6.3",
"@types/file-saver": "^2.0.5",
"@types/jest": "^29.5.3",
"@types/json-bigint": "^1.0.1",
"@types/node": "20.4.5",
"buffer": "^6.0.3",
"env": "^0.0.2",
"fs": "0.0.1-security",
"jest": "^29.6.3",
"json-bigint": "^1.0.0",
"minimist": "^1.2.8",
"solc": "^0.8.21",
"ts-jest": "^29.1.1",
"ts-loader": "^9.4.4",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.2.0",
"typescript": "5.1.6"
}
}