-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 906 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
33
34
35
36
37
{
"name": "dovetail-metrics-export",
"version": "1.0.0",
"engines": {
"node": ">= 22.0.0"
},
"type": "module",
"description": "Export Dovetail metrics data",
"repository": "[email protected]:PRX/dovetail-metrics-export.git",
"keywords": [
"bigquery",
"lambda",
"prx"
],
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/PRX/dovetail-metrics-export.org/issues"
},
"homepage": "https://github.com/PRX/dovetail-metrics-export.org#readme",
"dependencies": {
"@aws-sdk/client-sns": "*",
"@google-cloud/bigquery": "^7.3.0"
},
"devDependencies": {
"@types/aws-lambda": "*",
"@types/node": "*",
"eslint": "*",
"eslint-config-airbnb-base": "*",
"eslint-config-prettier": "*",
"eslint-plugin-import": "*",
"eslint-plugin-prettier": "*",
"jsdoc": "*",
"prettier": "*",
"typescript": "*",
"yarn": "*"
}
}