forked from alertlogic/al-aws-collector-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.12 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
{
"name": "@alertlogic/al-aws-collector-js",
"version": "2.0.5",
"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 mocha --colors --reporter mocha-jenkins-reporter",
"rel": "npm publish --access=public"
},
"main": "index.js",
"maintainers": [
{
"name": "Alert Logic NPM Team",
"email": "[email protected]"
}
],
"devDependencies": {
"aws-sdk": "^2.441.0",
"aws-sdk-mock": "^4.4.0",
"clone": "^2.1.2",
"dotenv": "^8.2.0",
"jshint": "^2.9.5",
"mocha": "^6.2.2",
"mocha-jenkins-reporter": "^0.4.2",
"nyc": "^14.1.1",
"rewire": "^4.0.1",
"sinon": "^7.5.0"
},
"dependencies": {
"@alertlogic/al-collector-js": "1.4.2",
"cfn-response": "1.0.1",
"async": "3.0.1",
"moment": "2.24.0",
"deep-equal": "1.1.1"
},
"author": "Alert Logic Inc."
}