-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 1.11 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
{
"name": "bloomiq-aggregator",
"version": "0.0.1",
"description": "BloomIQ aggregator reference implementation",
"main": "index.js",
"scripts": {
"test": "test"
},
"author": "Dustin van Schouwen",
"license": "Apache-2.0",
"dependencies": {
"@bloomprotocol/attestations-lib": "^5.0.1",
"@bloomprotocol/verify-kit": "^1.0.1",
"@sentry/node": "^5.13.1",
"@types/compression": "^1.7.0",
"@types/dotenv": "^6.1.1",
"@types/express": "^4.17.2",
"@types/helmet": "0.0.45",
"@types/knex": "^0.16.1",
"@types/morgan": "^1.7.35",
"@types/ramda": "^0.26.12",
"@types/uuidv4": "^2.0.0",
"axios": "^0.19.0",
"compression": "^1.7.4",
"date-fns": "^1.30.1",
"dotenv": "^8.0.0",
"ethereumjs-util": "^6.1.0",
"express": "^4.17.1",
"express-session": "^1.16.2",
"helmet": "^3.21.3",
"http": "0.0.0",
"knex": "^0.18.4",
"morgan": "^1.9.1",
"pg": "^7.11.0",
"ramda": "^0.26.1",
"ts-node": "^8.3.0",
"tsconfig-paths": "^3.8.0",
"typescript": "^3.5.3",
"uuidv4": "^4.0.0",
"winston": "^3.2.1"
},
"devDependencies": {}
}