-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 803 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 803 Bytes
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": "github-export-worker",
"scripts": {
"build": "tsc",
"lint": "eslint .",
"format": "prettier . --write",
"check-types": "tsc --noEmit",
"prepare": "husky || true"
},
"dependencies": {
"@aws-sdk/client-sqs": "^3.678.0",
"@octokit/rest": "21.0.2",
"@opentelemetry/instrumentation-pg": "0.49.0",
"aws-lambda": "^1.0.7",
"pg": "8.12.0",
"pg-cursor": "2.12.1"
},
"devDependencies": {
"@eslint/js": "^8.57.1",
"@types/aws-lambda": "^8.10.145",
"@types/pg": "8.11.6",
"@types/pg-cursor": "2.7.2",
"eslint": "^8.57.1",
"eslint-config-prettier": "9.1.0",
"globals": "^15.14.0",
"husky": "9.1.7",
"lint-staged": "15.3.0",
"prettier": "3.4.2",
"typescript": "^5",
"typescript-eslint": "^7.2.0"
}
}