forked from alertlogic/paws-collector
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.15 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
{
"name": "@alertlogic/paws-collector",
"version": "2.1.14",
"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": "[email protected]"
}
],
"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": "*",
"aws-sdk-mock": "*",
"clone": "*",
"jshint": "^2.13.6",
"mocha": "^10.2.0",
"nyc": "^15.1.0",
"rewire": "^6.0.0",
"sinon": "^15.0.1",
"yargs": "^17.6.2"
},
"dependencies": {
"@alertlogic/al-aws-collector-js": "4.1.15",
"async": "^3.2.4",
"datadog-lambda-js": "^6.85.0",
"debug": "^4.3.4",
"moment": "2.29.4"
},
"author": "Alert Logic Inc."
}