forked from AndrewPochapsky/zk-battleship
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 759 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
{
"name": "zk-battleship",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "mocha -r ts-node/register 'test/**/*.ts' --timeout 5000"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AndrewPochapsky/zk-battleship.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/AndrewPochapsky/zk-battleship/issues"
},
"homepage": "https://github.com/AndrewPochapsky/zk-battleship#readme",
"dependencies": {
"chai": "^4.3.8",
"circomlib": "^2.0.5",
"typescript": "^5.2.2"
},
"devDependencies": {
"@types/chai": "^4.3.5",
"@types/mocha": "^10.0.1",
"@types/node": "^20.5.6",
"circomkit": "^0.0.16",
"gts": "^5.0.1"
}
}