-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
49 lines (49 loc) · 1.39 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
44
45
46
47
48
49
{
"name": "cloudwatch-logs-s3-export",
"homepage": "https://github.com/alertlogic/cloudwatch-logs-s3-export",
"author": "Pavel Trakhtman <pavel@alertlogic.com>",
"description": "",
"bugs": {
"url": "https://github.com/alertlogic/cloudwatch-logs-s3-export/issues"
},
"scripts": {
"build": "npm run test && node build/build.js",
"hookmeup": "cd utility; ./hookmeup.sh",
"lint": "node node_modules/.bin/jshint --config ./.jshintrc --exclude-path ./.jshintignore ./",
"test": "npm run lint",
"release": "npm version patch",
"release:build": "npm version patch && npm run build"
},
"repository": {
"type": "git",
"url": "git@github.com:alertlogic/cloudwatch-logs-s3-export.git"
},
"version": "0.0.14",
"license": "MIT",
"dependencies": {
"@aws-sdk/client-lambda": "^3.634.0",
"@aws-sdk/client-s3": "^3.633.0",
"@aws-sdk/client-sts": "^3.632.0",
"@aws-sdk/credential-providers": "^3.632.0",
"async": "^3.2.6",
"npm": "^10.8.2"
},
"devDependencies": {
"glob": "^11.0.0",
"glob-all": "^3.3.1",
"jshint": "^2.13.6",
"lazystream": "^1.0.1",
"mkdirp": "^0.5.6",
"ncp": "^2.0.0",
"onchange": "^7.1.0",
"parallelshell": "^3.0.2",
"process": "^0.11.10",
"prompt": "^1.3.0",
"readable-stream": "^4.5.2",
"replacestream": "^4.0.3"
},
"folders": {
"build": "target/",
"jsSource": ""
}
}