-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
46 lines (46 loc) · 1.27 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
{
"name": "@alertlogic/al-aws-collector-js",
"version": "4.1.28",
"license": "MIT",
"description": "Alert Logic AWS Collector Common Library",
"repository": {
"type": "git",
"url": "https://github.com/alertlogic/al-aws-collector-js#master"
},
"private": false,
"scripts": {
"lint": "jshint --exclude \"./node_modules/*\" **/*.js",
"test": "JUNIT_REPORT_PATH=./test/report.xml nyc --reporter=cobertura --reporter=text mocha './test/*_test.js' --colors",
"rel": "npm publish --access=public"
},
"main": "index.js",
"maintainers": [
{
"name": "Alert Logic NPM Team",
"email": "[email protected]"
}
],
"devDependencies": {
"@aws-sdk/client-cloudformation": "^3.592.0",
"@aws-sdk/client-cloudwatch": "^3.592.0",
"@aws-sdk/client-kms": "^3.592.0",
"@aws-sdk/client-lambda": "^3.592.0",
"@aws-sdk/client-s3": "^3.592.0",
"clone": "^2.1.2",
"dotenv": "^16.4.5",
"jshint": "^2.13.6",
"mocha": "^10.4.0",
"nyc": "^17.0.0",
"rewire": "^7.0.0",
"sinon": "^18.0.1"
},
"dependencies": {
"@alertlogic/al-collector-js": "3.0.14",
"async": "^3.2.5",
"cfn-response": "1.0.1",
"deep-equal": "^2.2.3",
"moment": "^2.30.1",
"winston": "^3.13.0"
},
"author": "Alert Logic Inc."
}