-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.07 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": "aws-log-shipper",
"author": {
"name": "Robert Schönthal",
"email": "[email protected]"
},
"main": "dist/index.js",
"files": [
"dist/*"
],
"dependencies": {
"alb-log-parser": "^0.0.3",
"cloudfront-log-parser": "^1.0.0",
"debug": "^4.1.0",
"elasticsearch": "^15.3.1",
"elb-log-parser": "^0.0.3",
"http-aws-es": "^6.0.0",
"s3-access-log-parser": "^0.0.2"
},
"repository": {
"url": "https://github.com/digitalkaoz/aws-log-shipper"
},
"devDependencies": {
"@types/aws-lambda": "^8.10.15",
"@types/debug": "^0.0.31",
"@types/elasticsearch": "^5.0.30",
"@types/jest": "^23.3.9",
"@types/node": "^10.12.11",
"aws-lambda": "^0.1.2",
"aws-sdk": "^2.353.0",
"jest": "^23.6.0",
"ts-jest": "^23.10.4",
"typescript": "^3.1.6"
},
"scripts": {
"test": "jest --coverage",
"build": "rm -rf dist && tsc --build && prettier --write dist/**/*.js",
"watch": "tsc --watch",
"lint": "prettier --write {src,test}/**/*.ts",
"bundle": "rollup -c"
},
"version": "0.3.0"
}