-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
49 lines (49 loc) · 1.48 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": "@alertlogic/paws-collector",
"version": "2.2.6",
"license": "MIT",
"description": "Alert Logic AWS based API Poll Log Collector Library",
"repository": {
"type": "git",
"url": "https://github.com/alertlogic/paws-collector"
},
"maintainers": [
{
"name": "Alert Logic NPM Team",
"email": "npm@alertlogic.com"
}
],
"scripts": {
"lint": "jshint --exclude \"./node_modules/*\" **/*.js",
"test": "JUNIT_REPORT_PATH=./test/report.xml nyc --reporter=cobertura --reporter=text --reporter=lcov mocha --colors",
"create-collector": "node create-collector.js",
"bump-collector-versions": "node update-collector-versions.js",
"rel": "npm publish --access=public"
},
"devDependencies": {
"@aws-sdk/client-cloudformation": "^3.600.0",
"@aws-sdk/client-cloudwatch": "^3.600.0",
"@aws-sdk/client-dynamodb": "^3.600.0",
"@aws-sdk/client-kms": "^3.600.0",
"@aws-sdk/client-lambda": "^3.600.0",
"@aws-sdk/client-s3": "^3.600.0",
"@aws-sdk/client-sqs": "^3.600.0",
"@aws-sdk/client-ssm": "^3.600.0",
"clone": "*",
"jshint": "^2.13.6",
"mocha": "^10.4.0",
"nyc": "^17.0.0",
"rewire": "^7.0.0",
"sinon": "^19.0.2",
"yargs": "^17.7.2"
},
"dependencies": {
"@alertlogic/al-aws-collector-js": "^4.1.28",
"@smithy/node-http-handler": "^3.2.4",
"async": "^3.2.5",
"datadog-lambda-js": "^9.112.0",
"debug": "^4.3.5",
"moment": "^2.30.1"
},
"author": "Alert Logic Inc."
}