-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
49 lines (49 loc) · 1.41 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": "al-cwe-collector",
"version": "1.3.28",
"license": "MIT",
"description": "Alert Logic CloudWatch Events Collector",
"repository": {
"type": "git",
"url": "https://github.com/alertlogic/al-cwe-collector#master"
},
"private": false,
"scripts": {
"start": "node index.js",
"lint": "jshint --exclude \"./node_modules/*\" **/*.js",
"test": "JUNIT_REPORT_PATH=./test/report.xml nyc --reporter=cobertura --reporter=text mocha --colors --reporter mocha-jenkins-reporter"
},
"main": "index.js",
"maintainers": [
{
"name": "Alert Logic NPM Team",
"email": "npm@alertlogic.com"
}
],
"devDependencies": {
"@aws-sdk/client-cloudformation": "^3.609.0",
"@aws-sdk/client-cloudwatch": "^3.609.0",
"@aws-sdk/client-cloudwatch-events": "^3.609.0",
"@aws-sdk/client-kms": "^3.609.0",
"@aws-sdk/client-lambda": "^3.609.0",
"@aws-sdk/client-s3": "^3.609.0",
"@aws-sdk/client-ssm": "^3.609.0",
"clone": "^2.1.2",
"dotenv": "^16.4.5",
"jshint": "^2.13.6",
"mocha": "^10.6.0",
"mocha-jenkins-reporter": "^0.4.8",
"nyc": "^17.0.0",
"rewire": "^7.0.0",
"sinon": "^18.0.1"
},
"dependencies": {
"@alertlogic/al-aws-collector-js": "^4.1.28",
"@alertlogic/al-collector-js": "^3.0.14",
"async": "^3.2.5",
"cfn-response": "^1.0.1",
"debug": "^4.3.5",
"moment": "^2.30.1"
},
"author": "Alert Logic Inc."
}