-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.25 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.25 KB
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
33
34
35
36
37
38
39
{
"name": "psi-pilot-masstech",
"version": "1.0.0",
"description": "This pilot project for MassTech provides two different solutions to handle Private Set Intersection or Private Membership Testing to enable bank fraud detection. In this banks can query each others list of fraudulent customers, while only learning if their query is a match or not.",
"main": "index.js",
"scripts": {
"test": "jest --coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/multiparty/psi-pilot-masstech.git"
},
"author": "Boston University - Software & Application Innovation Lab",
"license": "MIT",
"bugs": {
"url": "https://github.com/multiparty/psi-pilot-masstech/issues"
},
"homepage": "https://github.com/multiparty/psi-pilot-masstech#readme",
"dependencies": {
"axios": "^0.19.2",
"body-parser": "^1.19.0",
"config": "^3.3.1",
"csv-parse": "^4.10.1",
"csv-writer": "^1.6.0",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"fakerator": "^0.3.1",
"libsodium-wrappers": "^0.7.6",
"oprf": "^2.0.0",
"semaphore": "^1.1.0",
"swagger-jsdoc": "^4.0.0",
"swagger-ui-express": "^4.1.4",
"yargs": "^15.3.1"
},
"devDependencies": {
"glob": "^7.1.6",
"jest": "^26.0.1"
}
}