-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 907 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
{
"name": "@tak-ps/elb-logs",
"type": "module",
"version": "1.2.0",
"description": "Store ELB Access logs in a centralized bucket",
"scripts": {
"lint": "eslint cloudformation/*.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"engines": {
"node": ">= 18"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dfpc-coe/elb-logs.git"
},
"author": "Nick Ingalls <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/dfpc-coe/elb-logs/issues"
},
"homepage": "https://github.com/dfpc-coe/elb-logs#readme",
"dependencies": {
"@openaddresses/cloudfriend": "^7.0.0",
"@openaddresses/deploy": "^8.0.0",
"aws-sdk": "^2.1264.0"
},
"devDependencies": {
"eslint": "^8.9.0",
"eslint-plugin-node": "^11.1.0"
}
}