-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
32 lines (32 loc) · 993 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
{
"name": "efpsezkfellowsummer",
"version": "1.0.0",
"description": "- [Ethereum Foundation's Privacy Scaling \\& Explorations (PSE) ZK Fellow Contributor](#ethereum-foundations-privacy-scaling--explorations-pse-zk-fellow-contributor) - [Summary](#summary) - [Introduction to ZKP Module 1](#introduction-to-zkp-module-1)",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thogiti/EFPSEZKFellowSummer.git"
},
"keywords": [],
"author": "0xnagu",
"license": "ISC",
"bugs": {
"url": "https://github.com/thogiti/EFPSEZKFellowSummer/issues"
},
"homepage": "https://github.com/thogiti/EFPSEZKFellowSummer#readme",
"dependencies": {
"chai": "^4.3.7",
"ffjavascript": "^0.2.59",
"merkletreejs": "^0.3.10",
"mocha": "^10.2.0",
"moment": "^2.29.4",
"poseidon-encryption": "^1.0.2",
"save-dev": "^0.0.1-security"
},
"directories": {
"test": "test"
}
}