-
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 689 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 689 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
{
"name": "batch",
"root": true,
"type": "module",
"version": "1.0.0",
"description": "AWS Batch based ETL Processing",
"repository": "git@github.com:openaddresses/batch",
"author": "ingalls <nick@ingalls.ca>",
"private": false,
"engines": {
"node": ">=22.0.0"
},
"scripts": {
"test": "echo 'no tests'",
"lint": "eslint cloudformation/"
},
"dependencies": {
"@aws-sdk/s3-request-presigner": "^3.987.0",
"@openaddresses/batch-alarms": "^4.0.0",
"@openaddresses/cloudfriend": "^7.0.0"
},
"devDependencies": {
"eslint": "^9.0.0",
"eslint-plugin-n": "^17.10.2"
}
}